diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-17 10:42:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-17 10:42:43 +0300 |
commit | 428d1494dcec409a1450d67ceb41e8877df38790 (patch) | |
tree | ed580cecd32a4079a4dd3442f5b9c554e056d6da /net-misc/wget | |
parent | sys-apps/less: Stabilize 633 ppc64, #908637 (diff) | |
download | gentoo-428d1494dcec409a1450d67ceb41e8877df38790.tar.gz gentoo-428d1494dcec409a1450d67ceb41e8877df38790.tar.bz2 gentoo-428d1494dcec409a1450d67ceb41e8877df38790.zip |
net-misc/wget: Stabilize 1.21.4 arm, #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 b3a6d6f7b439..d4ad14f8264b 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 )" |