diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-18 19:50:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-18 19:50:22 +0300 |
commit | 1aecf99c73cfb3cca84118225053e2ed15264d26 (patch) | |
tree | 257c48bf00fc73a38381fa2e695b0aa38d61005c /net-misc/wget | |
parent | net-vpn/openvpn: dekeyword s390 (diff) | |
download | gentoo-1aecf99c73cfb3cca84118225053e2ed15264d26.tar.gz gentoo-1aecf99c73cfb3cca84118225053e2ed15264d26.tar.bz2 gentoo-1aecf99c73cfb3cca84118225053e2ed15264d26.zip |
net-misc/wget: Stabilize 1.21.4 x86, #908638
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.21.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.4.ebuild b/net-misc/wget/wget-1.21.4.ebuild index 7d05eebcbe95..6264579f06f7 100644 --- a/net-misc/wget/wget-1.21.4.ebuild +++ b/net-misc/wget/wget-1.21.4.ebuild @@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/wget/${P}.tar.gz.sig )" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="cookie-check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )" RESTRICT="!test? ( test )" |