diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:40:43 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:40:43 +0100 |
commit | 3856d9b9f31d63dc1f47df3f6783f507800e56cb (patch) | |
tree | f1bdb349accafebb0aa69fc6a0ea7abf368333d4 /net-misc/wget | |
parent | net-misc/wakeonlan: dropped ~x86-freebsd (diff) | |
download | gentoo-3856d9b9f31d63dc1f47df3f6783f507800e56cb.tar.gz gentoo-3856d9b9f31d63dc1f47df3f6783f507800e56cb.tar.bz2 gentoo-3856d9b9f31d63dc1f47df3f6783f507800e56cb.zip |
net-misc/wget: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.18.ebuild b/net-misc/wget/wget-1.18.ebuild index 01c71aabdd43..ca362ccc6939 100644 --- a/net-misc/wget/wget-1.18.ebuild +++ b/net-misc/wget/wget-1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,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 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" |