Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Fri, 14 Jan 2022 11:26:21
Message-Id: 1642159565.ecf9ee2ec12cbc489a671c8438d3da11e6a89497.arthurzam@gentoo
1 commit: ecf9ee2ec12cbc489a671c8438d3da11e6a89497
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 11:26:05 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 11:26:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf9ee2e
7
8 net-misc/wget: Stabilize 1.21.2 hppa, #831095
9
10 Signed-off-by: Arthur Zamarin <arthurzam <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 d123afa11c02..63faba88832d 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 )"