diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-06 15:57:12 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-06 15:57:12 +0000 |
commit | 7f46134fc0a0f94b6f7d7b5a7038ed1bfe758e88 (patch) | |
tree | 2d9f934661a6ffc090a22f95c685226dc7892cc8 /net-misc/wget | |
parent | Stable for HPPA (bug #220569). (diff) | |
download | gentoo-2-7f46134fc0a0f94b6f7d7b5a7038ed1bfe758e88.tar.gz gentoo-2-7f46134fc0a0f94b6f7d7b5a7038ed1bfe758e88.tar.bz2 gentoo-2-7f46134fc0a0f94b6f7d7b5a7038ed1bfe758e88.zip |
alpha/ia64/sparc/x86 stable wrt #220569
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/wget')
-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 ) |