diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-05-16 20:00:21 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-05-16 20:00:21 +0000 |
commit | c9bb234c3f180e76da798a24d79c227531175f27 (patch) | |
tree | 7d32ec1fc9b6304bed510ff4ab055ee87332d599 /net-misc/wget | |
parent | Stable on amd64 and x86. (diff) | |
download | gentoo-2-c9bb234c3f180e76da798a24d79c227531175f27.tar.gz gentoo-2-c9bb234c3f180e76da798a24d79c227531175f27.tar.bz2 gentoo-2-c9bb234c3f180e76da798a24d79c227531175f27.zip |
stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index dec7ae1d4aa3..aa992f80430e 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.65 2005/05/16 19:56:24 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.66 2005/05/16 20:00:21 killerfox Exp $ + + 16 May 2005; Rene Nussbaumer <killerfox@gentoo.org> wget-1.9.1-r5.ebuild: + Stable on hppa; bug #83920 16 May 2005; <plasmaroo@gentoo.org> wget-1.9.1-r5.ebuild: Stable on IA64; bug #83920. diff --git a/net-misc/wget/wget-1.9.1-r5.ebuild b/net-misc/wget/wget-1.9.1-r5.ebuild index 97f03309a98f..4add90bd3dd7 100644 --- a/net-misc/wget/wget-1.9.1-r5.ebuild +++ b/net-misc/wget/wget-1.9.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.6 2005/05/16 19:56:24 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.7 2005/05/16 20:00:21 killerfox Exp $ inherit gnuconfig eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) socks5? ( net-proxy/dante )" |