diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-02 18:01:24 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-02 18:01:24 +0000 |
commit | 10440c1987e3095e64fe62bafc484495fb40e018 (patch) | |
tree | fb100ac7593efb500f90173064b4d5259910664f /net-misc | |
parent | Fix patch; added sed in src_unpack to automatically update the postinst-en.tx... (diff) | |
download | gentoo-2-10440c1987e3095e64fe62bafc484495fb40e018.tar.gz gentoo-2-10440c1987e3095e64fe62bafc484495fb40e018.tar.bz2 gentoo-2-10440c1987e3095e64fe62bafc484495fb40e018.zip |
stable on amd64. see #74008
(Portage version: 2.0.51.17)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 1458129c39d7..a13497835d4a 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.46 2005/03/02 15:00:45 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.47 2005/03/02 18:01:24 luckyduck Exp $ + + 02 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> wget-1.9.1-r3.ebuild: + stable on amd64. see #74008 *wget-1.9.1-r3 (02 Mar 2005) diff --git a/net-misc/wget/wget-1.9.1-r3.ebuild b/net-misc/wget/wget-1.9.1-r3.ebuild index 0bdcb8ab161e..d9d21c0b0793 100644 --- a/net-misc/wget/wget-1.9.1-r3.ebuild +++ b/net-misc/wget/wget-1.9.1-r3.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-r3.ebuild,v 1.1 2005/03/02 15:00:45 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r3.ebuild,v 1.2 2005/03/02 18:01:24 luckyduck Exp $ inherit gnuconfig eutils @@ -11,7 +11,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 ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86" IUSE="build debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" |