diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-11 22:59:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-11 22:59:10 +0100 |
commit | 89a911feff2f70be994d6b3b043dd25d37f85ae7 (patch) | |
tree | ac40e7cbf3af04c04bc4803216244fbbbdd75ce2 /net-misc/wget | |
parent | dev-python/elasticsearch-py: drop old. (diff) | |
download | gentoo-89a911feff2f70be994d6b3b043dd25d37f85ae7.tar.gz gentoo-89a911feff2f70be994d6b3b043dd25d37f85ae7.tar.bz2 gentoo-89a911feff2f70be994d6b3b043dd25d37f85ae7.zip |
net-misc/wget: stable 1.19.5 for ia64, bug #655216
Bug: https://bugs.gentoo.org/655216
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
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 b4d33f3b37ca..9a4a89aae04b 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 )" |