diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 16:23:20 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-08-31 16:23:20 +0000 |
commit | 16c062bd934785c9a95a8ca422b2d4937c805418 (patch) | |
tree | 816870a9bec63c7d9335d4437fb33cc25de9824a /net-misc | |
parent | version bump (diff) | |
download | gentoo-2-16c062bd934785c9a95a8ca422b2d4937c805418.tar.gz gentoo-2-16c062bd934785c9a95a8ca422b2d4937c805418.tar.bz2 gentoo-2-16c062bd934785c9a95a8ca422b2d4937c805418.zip |
Marked stable on AMD64 as requested by Mike "SpanKY" Friesinger in bug #281876. Tested as portage fetcher for emerge -fe world with empty DISTDIR on a dual Opteron 2435 system.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wget/wget-1.11.4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index e3fda4f8b11e..448026956dfc 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/wget # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.107 2009/08/31 00:33:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.108 2009/08/31 16:23:20 chainsaw Exp $ + + 31 Aug 2009; <chainsaw@gentoo.org> wget-1.11.4.ebuild: + Marked stable on AMD64 as requested by Mike "SpanKY" Friesinger in bug + #281876. Tested as portage fetcher for emerge -fe world with empty DISTDIR + on a dual Opteron 2435 system. 31 Aug 2009; Brent Baude <ranger@gentoo.org> wget-1.11.4.ebuild: stable ppc64, bug 281876 diff --git a/net-misc/wget/wget-1.11.4.ebuild b/net-misc/wget/wget-1.11.4.ebuild index efbb0c9aaf36..71a962b379bd 100644 --- a/net-misc/wget/wget-1.11.4.ebuild +++ b/net-misc/wget/wget-1.11.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.6 2009/08/31 00:33:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.7 2009/08/31 16:23:20 chainsaw 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 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" |