diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-05-08 14:43:49 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-05-08 17:36:47 +0200 |
commit | 282e621f25cad8aa8f0b9f0ba8244e495de522e0 (patch) | |
tree | bf1ff3800c29d2565e537f4ac64ca131bc1a9d81 /net-misc/wget | |
parent | profiles/thirdpartymirrors: Update GNU alpha mirror list to use HTTPS (diff) | |
download | gentoo-282e621f25cad8aa8f0b9f0ba8244e495de522e0.tar.gz gentoo-282e621f25cad8aa8f0b9f0ba8244e495de522e0.tar.bz2 gentoo-282e621f25cad8aa8f0b9f0ba8244e495de522e0.zip |
net-misc/wget: Stable for HPPA too.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --ignore-arches
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.19.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.19.5.ebuild b/net-misc/wget/wget-1.19.5.ebuild index 5de649dedc6c..6f19e87440c4 100644 --- a/net-misc/wget/wget-1.19.5.ebuild +++ b/net-misc/wget/wget-1.19.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-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 )" |