diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 18:47:05 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 18:47:05 +0000 |
commit | bc26ed9818fa9da7f2614932fa5e03943fac8583 (patch) | |
tree | 26424b36b368cd89ed9d6a2974b3ce7966ffab2d | |
parent | Change order of || ( ) to list dev-libs/libusb-compat first wrt #417135 (diff) | |
download | gentoo-2-bc26ed9818fa9da7f2614932fa5e03943fac8583.tar.gz gentoo-2-bc26ed9818fa9da7f2614932fa5e03943fac8583.tar.bz2 gentoo-2-bc26ed9818fa9da7f2614932fa5e03943fac8583.zip |
marked x86 per bug 406657
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.13.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 595b3e56bf5f..ceb19e874ada 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.154 2012/05/05 03:20:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.155 2012/05/22 18:47:05 jdhore Exp $ + + 22 May 2012; Jeff Horelick <jdhore@gentoo.org> wget-1.13.4-r1.ebuild: + marked x86 per bug 406657 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wget-1.13.4-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/net-misc/wget/wget-1.13.4-r1.ebuild b/net-misc/wget/wget-1.13.4-r1.ebuild index fb7b60b26b73..e0dd0365bbc8 100644 --- a/net-misc/wget/wget-1.13.4-r1.ebuild +++ b/net-misc/wget/wget-1.13.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.6 2012/05/05 03:20:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.7 2012/05/22 18:47:05 jdhore Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~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 ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~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 ~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 +ssl static" LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] ) |