diff options
author | Sam James <sam@gentoo.org> | 2024-11-19 06:35:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-19 06:35:40 +0000 |
commit | 9dd79f73ac8b7df0abaa5a504e9f423ff635d222 (patch) | |
tree | 21e82dadddcd5abb6eb07eb5495b4435f6b453ee /net-misc | |
parent | net-misc/wget: Stabilize 1.25.0 sparc, #943879 (diff) | |
download | gentoo-9dd79f73ac8b7df0abaa5a504e9f423ff635d222.tar.gz gentoo-9dd79f73ac8b7df0abaa5a504e9f423ff635d222.tar.bz2 gentoo-9dd79f73ac8b7df0abaa5a504e9f423ff635d222.zip |
net-misc/wget: Stabilize 1.25.0 ppc, #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 615df87f4fcf..252459d4472f 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 )" |