diff options
author | Sam James <sam@gentoo.org> | 2024-05-29 18:36:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-29 18:36:23 +0100 |
commit | 5bd81289f10485bedc9590fa9c50e81184e17c02 (patch) | |
tree | d5fe41544cdf12cb565c82bcc9b3a7eb353954f0 /net-misc/wget | |
parent | net-misc/rsync: Stabilize 3.3.0 arm, #933027 (diff) | |
download | gentoo-5bd81289f10485bedc9590fa9c50e81184e17c02.tar.gz gentoo-5bd81289f10485bedc9590fa9c50e81184e17c02.tar.bz2 gentoo-5bd81289f10485bedc9590fa9c50e81184e17c02.zip |
net-misc/wget: Stabilize 1.24.5 arm, #933029
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.24.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.24.5.ebuild b/net-misc/wget/wget-1.24.5.ebuild index 2f71386d98a6..54b301085c55 100644 --- a/net-misc/wget/wget-1.24.5.ebuild +++ b/net-misc/wget/wget-1.24.5.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 libproxy metalink nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )" RESTRICT="!test? ( test )" |