diff options
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 844ac58ca372..64d2a2b355a4 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.95 2008/05/06 15:50:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.96 2008/05/06 15:57:12 armin76 Exp $ + + 06 May 2008; Raúl Porcel <armin76@gentoo.org> wget-1.11.1.ebuild: + alpha/ia64/sparc/x86 stable wrt #220569 06 May 2008; Jeroen Roovers <jer@gentoo.org> wget-1.11.1.ebuild: Stable for HPPA (bug #220569). diff --git a/net-misc/wget/wget-1.11.1.ebuild b/net-misc/wget/wget-1.11.1.ebuild index 6b1fb1886be4..432edbfd800e 100644 --- a/net-misc/wget/wget-1.11.1.ebuild +++ b/net-misc/wget/wget-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.2 2008/05/06 15:50:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.3 2008/05/06 15:57:12 armin76 Exp $ inherit eutils flag-o-matic @@ -10,7 +10,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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) |