diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:10:15 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-13 22:10:15 +0200 |
commit | 268f80735829af645f6dc58e83d46273122b0666 (patch) | |
tree | d0c5c56e53d03b57a37eb5c2d80a5ac293d060ce /net-misc/wget | |
parent | dev-python/pytest-timeout: Stabilize 2.0.2 ALLARCHES, #831152 (diff) | |
download | gentoo-268f80735829af645f6dc58e83d46273122b0666.tar.gz gentoo-268f80735829af645f6dc58e83d46273122b0666.tar.bz2 gentoo-268f80735829af645f6dc58e83d46273122b0666.zip |
net-misc/wget: Stabilize 1.21.2 ppc, #831095
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.21.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild index ab98f001fb83..d2610015bfd4 100644 --- a/net-misc/wget/wget-1.21.2.ebuild +++ b/net-misc/wget/wget-1.21.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~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 ~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 )" |