diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-09 09:19:05 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-11-09 09:19:05 +0000 |
commit | a166a8a0e9c6a9f13f90bec7ac73d16b2e94199f (patch) | |
tree | 9fdfd18c3511367ec1fab9f85525555b57309178 /net-misc/wget | |
parent | Version bump wrt #528024 by "Perfect Gentleman" (diff) | |
download | gentoo-2-a166a8a0e9c6a9f13f90bec7ac73d16b2e94199f.tar.gz gentoo-2-a166a8a0e9c6a9f13f90bec7ac73d16b2e94199f.tar.bz2 gentoo-2-a166a8a0e9c6a9f13f90bec7ac73d16b2e94199f.zip |
ppc/ppc64 stable wrt bug #527056
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index eb893610ba40..b61746153f58 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.196 2014/11/06 23:39:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.197 2014/11/09 09:19:05 zlogene Exp $ + + 09 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> wget-1.16.ebuild: + ppc/ppc64 stable wrt bug #527056 06 Nov 2014; Mike Frysinger <vapier@gentoo.org> wget-1.16.ebuild: Pull in perl deps for tests #528348 by Nikoli. diff --git a/net-misc/wget/wget-1.16.ebuild b/net-misc/wget/wget-1.16.ebuild index 895e28bb18ef..6a105527045a 100644 --- a/net-misc/wget/wget-1.16.ebuild +++ b/net-misc/wget/wget-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.13 2014/11/06 23:39:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.14 2014/11/09 09:19:05 zlogene Exp $ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug gnutls idn ipv6 nls ntlm pcre +ssl static test uuid zlib" LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] ) |