Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Thu, 13 Jan 2022 10:10:15
Message-Id: 1642068562.2375ad5b364bfcdb9072b4a3cf954aa098c84e63.sam@gentoo
1 commit: 2375ad5b364bfcdb9072b4a3cf954aa098c84e63
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 10:09:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 10:09:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2375ad5b
7
8 net-misc/wget: Stabilize 1.21.2 arm, #831095
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/wget/wget-1.21.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
16 index 3a851a31f19b..4efdf0af08a6 100644
17 --- a/net-misc/wget/wget-1.21.2.ebuild
18 +++ b/net-misc/wget/wget-1.21.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -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"
24 +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"
25 IUSE="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static test uuid zlib"
26 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
27 RESTRICT="!test? ( test )"