diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-16 19:52:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-16 19:52:43 +0000 |
commit | 1eb1d0e958c905b0f5cd174cbf88883869fb78d3 (patch) | |
tree | 45654ebd5552ef7980c4998a126466b1368c842a | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-1eb1d0e958c905b0f5cd174cbf88883869fb78d3.tar.gz gentoo-2-1eb1d0e958c905b0f5cd174cbf88883869fb78d3.tar.bz2 gentoo-2-1eb1d0e958c905b0f5cd174cbf88883869fb78d3.zip |
Stable on alpha.
-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 79cb8d8e0a36..f0b67b918fb9 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.63 2005/05/16 19:47:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.64 2005/05/16 19:52:43 kloeri Exp $ + + 16 May 2005; Bryan Østergaard <kloeri@gentoo.org> wget-1.9.1-r5.ebuild: + Stable on alpha. 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> wget-1.9.1-r5.ebuild: Stable on sparc wrt #seemantoni diff --git a/net-misc/wget/wget-1.9.1-r5.ebuild b/net-misc/wget/wget-1.9.1-r5.ebuild index d02bd5fa2743..c907dcd4cbe2 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.4 2005/05/16 19:47:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.5 2005/05/16 19:52:43 kloeri 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 ~ppc64 ~ppc-macos ~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 )" |