diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-08 08:57:56 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-08 08:57:56 +0000 |
commit | ec07439bcfd8775aed4f63b154330bbbc96af903 (patch) | |
tree | 69914a132869cbb390ad1c2b14489cc19a79246f /net-misc/wget | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.tar.gz gentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.tar.bz2 gentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.zip |
Stable on alpha.
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 8d7495d3bfb7..d4ae9d3b76fe 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.39 2004/06/02 05:23:17 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.40 2004/06/08 08:53:21 kloeri Exp $ + + 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> wget-1.9.1-r2.ebuild: + Stable on alpha. 02 Jun 2004; Travis Tilley <lv@gentoo.org> wget-1.9.1-r2.ebuild: stable on amd64 diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild index 952209d157e5..9ef2c34cea95 100644 --- a/net-misc/wget/wget-1.9.1-r2.ebuild +++ b/net-misc/wget/wget-1.9.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.11 2004/06/02 05:23:17 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.12 2004/06/08 08:53:21 kloeri Exp $ inherit gnuconfig eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips ~alpha arm hppa amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips alpha arm hppa amd64 ~ia64 s390" IUSE="ssl nls static ipv6 debug socks5" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" |