diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-15 15:30:47 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-15 15:30:47 +0000 |
commit | 1b4723543e4d28fd65b8e088aa096a00860c55dc (patch) | |
tree | 1abb4be18aa314129ff9c7107040984e765a2445 /net-misc | |
parent | Stabilizing for ppc. (diff) | |
download | gentoo-2-1b4723543e4d28fd65b8e088aa096a00860c55dc.tar.gz gentoo-2-1b4723543e4d28fd65b8e088aa096a00860c55dc.tar.bz2 gentoo-2-1b4723543e4d28fd65b8e088aa096a00860c55dc.zip |
Stabilizing for ppc.
Bug 286058.
(Portage version: 14478-svn/cvs/Linux ppc)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 55287329fc67..629a919b529e 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # 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.118 2009/10/14 01:26:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.119 2009/10/15 15:30:47 volkmar Exp $ + + 15 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> wget-1.12.ebuild: + Stabilizing for ppc, bug 286058 14 Oct 2009; Mike Frysinger <vapier@gentoo.org> files/wget-1.12-debug-tests.patch: diff --git a/net-misc/wget/wget-1.12.ebuild b/net-misc/wget/wget-1.12.ebuild index 9727b346a239..2bad3813e790 100644 --- a/net-misc/wget/wget-1.12.ebuild +++ b/net-misc/wget/wget-1.12.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.12.ebuild,v 1.7 2009/10/07 19:08:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.12.ebuild,v 1.8 2009/10/15 15:30:47 volkmar 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 x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug idn ipv6 nls ntlm ssl static" RDEPEND="idn? ( net-dns/libidn ) |