diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-26 23:49:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-26 23:54:27 +0300 |
commit | a46608488b5308a8402bc5d3e084382e0a26db1b (patch) | |
tree | fe0e9ff7776374b49e133f2e27b04859898dbd14 /net-misc | |
parent | dev-db/sqlite: s390 stable wrt bug #683858 (diff) | |
download | gentoo-a46608488b5308a8402bc5d3e084382e0a26db1b.tar.gz gentoo-a46608488b5308a8402bc5d3e084382e0a26db1b.tar.bz2 gentoo-a46608488b5308a8402bc5d3e084382e0a26db1b.zip |
net-misc/wget: s390 stable wrt bug #682994
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/wget-1.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.20.3.ebuild b/net-misc/wget/wget-1.20.3.ebuild index cc673370700a..c9df7278ffff 100644 --- a/net-misc/wget/wget-1.20.3.ebuild +++ b/net-misc/wget/wget-1.20.3.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 ~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 ~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 )" |