diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 06:35:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 06:35:42 +0000 |
commit | 81af40acb71c63ac4fcb6cb100f70b9720b4f258 (patch) | |
tree | 835c386d1208cf46b0e6d2f7dcf5ffb0f020df9d /net-misc | |
parent | net-misc/wget: Stabilize 1.25.0 ppc, #943879 (diff) | |
download | gentoo-81af40acb71c63ac4fcb6cb100f70b9720b4f258.tar.gz gentoo-81af40acb71c63ac4fcb6cb100f70b9720b4f258.tar.bz2 gentoo-81af40acb71c63ac4fcb6cb100f70b9720b4f258.zip |
net-misc/wget: Stabilize 1.25.0 ppc64, #943879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/wget-1.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.25.0.ebuild b/net-misc/wget/wget-1.25.0.ebuild index 252459d4472f..9992eae005b4 100644 --- a/net-misc/wget/wget-1.25.0.ebuild +++ b/net-misc/wget/wget-1.25.0.ebuild @@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/wget/${P}.tar.lz.sig )" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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 ~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 )" |