diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 12:40:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 12:40:54 +0300 |
commit | 5a0984e870dbc9dc1a38c0e10838bfa3f1c8df88 (patch) | |
tree | 8b6c8f8fc85c29024fa3c561060131b2fe78845a /net-misc/wget | |
parent | net-fs/cifs-utils: Stabilize 6.15 arm, #858137 (diff) | |
download | gentoo-5a0984e870dbc9dc1a38c0e10838bfa3f1c8df88.tar.gz gentoo-5a0984e870dbc9dc1a38c0e10838bfa3f1c8df88.tar.bz2 gentoo-5a0984e870dbc9dc1a38c0e10838bfa3f1c8df88.zip |
net-misc/wget: Stabilize 1.21.3-r1 arm64, #858167
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.21.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.3-r1.ebuild b/net-misc/wget/wget-1.21.3-r1.ebuild index 922b3579b4f0..ac3e3e320992 100644 --- a/net-misc/wget/wget-1.21.3-r1.ebuild +++ b/net-misc/wget/wget-1.21.3-r1.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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 )" |