diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-05 09:44:28 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-05 09:44:28 +0000 |
commit | 771af80a97374fbed9795b119dd33ce364228711 (patch) | |
tree | 90cdbadabc2ebde939265baa9528d22bf3ddea72 /net-misc/wget | |
parent | Remove append-lfs-flags (#313259) again wrt #335728. (diff) | |
download | gentoo-2-771af80a97374fbed9795b119dd33ce364228711.tar.gz gentoo-2-771af80a97374fbed9795b119dd33ce364228711.tar.bz2 gentoo-2-771af80a97374fbed9795b119dd33ce364228711.zip |
Stable on amd64 wrt bug #329941
(Portage version: 2.2_rc73/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.12-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index da4928123de0..604bf556f3cc 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.126 2010/09/04 16:49:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.127 2010/09/05 09:44:28 hwoarang Exp $ + + 05 Sep 2010; Markos Chandras <hwoarang@gentoo.org> wget-1.12-r2.ebuild: + Stable on amd64 wrt bug #329941 04 Sep 2010; Raúl Porcel <armin76@gentoo.org> wget-1.12-r2.ebuild: alpha/arm/ia64/s390/sh/sparc stable wrt #329941 diff --git a/net-misc/wget/wget-1.12-r2.ebuild b/net-misc/wget/wget-1.12-r2.ebuild index 0b325b201f3e..628d06d27a83 100644 --- a/net-misc/wget/wget-1.12-r2.ebuild +++ b/net-misc/wget/wget-1.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.4 2010/09/04 16:49:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12-r2.ebuild,v 1.5 2010/09/05 09:44:28 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug idn ipv6 nls ntlm +ssl static" RDEPEND="idn? ( net-dns/libidn ) |