diff options
author | 2023-06-17 08:42:31 +0000 | |
---|---|---|
committer | 2023-06-17 08:42:31 +0000 | |
commit | 507d0e270212011c64af5898e6fdecc0e4802d68 (patch) | |
tree | 81e0c05eea7a0a61f388bdd7bdd71381598e784c /net-misc | |
parent | sys-libs/ncurses-compat: Stabilize 6.4_p20230401 amd64, #908630 (diff) | |
download | gentoo-507d0e270212011c64af5898e6fdecc0e4802d68.tar.gz gentoo-507d0e270212011c64af5898e6fdecc0e4802d68.tar.bz2 gentoo-507d0e270212011c64af5898e6fdecc0e4802d68.zip |
net-misc/wget: Stabilize 1.21.4 amd64, #908638
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc')
-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 d4ad14f8264b..5c0a7d46b83b 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 )" |