diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 04:21:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 04:21:03 +0100 |
commit | 8abcf7621ccbeabd3202f1b84d179009fdcc2d05 (patch) | |
tree | eeac5af43dddf72592b43af64b29a1897f774d2f /net-misc/wget | |
parent | sys-devel/autoconf-wrapper: Stabilize 20220130 x86, #846845 (diff) | |
download | gentoo-8abcf7621ccbeabd3202f1b84d179009fdcc2d05.tar.gz gentoo-8abcf7621ccbeabd3202f1b84d179009fdcc2d05.tar.bz2 gentoo-8abcf7621ccbeabd3202f1b84d179009fdcc2d05.zip |
net-misc/wget: Stabilize 1.21.3 x86, #846854
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.21.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.3.ebuild b/net-misc/wget/wget-1.21.3.ebuild index 8d3541e5aeae..2329ca09f902 100644 --- a/net-misc/wget/wget-1.21.3.ebuild +++ b/net-misc/wget/wget-1.21.3.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 )" |