Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Mon, 07 Jan 2019 00:33:27
Message-Id: 1546820923.41b94afb61077843e19c2e143d327022a8f27ece.whissi@gentoo
1 commit: 41b94afb61077843e19c2e143d327022a8f27ece
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 00:28:43 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 00:28:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b94afb
7
8 net-misc/wget: add subslot operator on net-dns/libidn2 atom
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/wget/wget-1.19.5-r1.ebuild | 4 ++--
14 net-misc/wget/wget-1.20.1.ebuild | 2 +-
15 net-misc/wget/wget-1.20.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/net-misc/wget/wget-1.19.5-r1.ebuild b/net-misc/wget/wget-1.19.5-r1.ebuild
19 index 6db7c1194b0..9e11017f010 100644
20 --- a/net-misc/wget/wget-1.19.5-r1.ebuild
21 +++ b/net-misc/wget/wget-1.19.5-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
29
30 # Force a newer libidn2 to avoid libunistring deps. #612498
31 LIB_DEPEND="
32 - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] )
33 + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] )
34 pcre? ( dev-libs/libpcre[static-libs(+)] )
35 ssl? (
36 gnutls? ( net-libs/gnutls:0=[static-libs(+)] )
37
38 diff --git a/net-misc/wget/wget-1.20.1.ebuild b/net-misc/wget/wget-1.20.1.ebuild
39 index bba75c9f713..52727f19326 100644
40 --- a/net-misc/wget/wget-1.20.1.ebuild
41 +++ b/net-misc/wget/wget-1.20.1.ebuild
42 @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
43
44 # Force a newer libidn2 to avoid libunistring deps. #612498
45 LIB_DEPEND="
46 - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] )
47 + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] )
48 pcre? ( dev-libs/libpcre2[static-libs(+)] )
49 ssl? (
50 gnutls? ( net-libs/gnutls:0=[static-libs(+)] )
51
52 diff --git a/net-misc/wget/wget-1.20.ebuild b/net-misc/wget/wget-1.20.ebuild
53 index 912dcc73141..ad9ba267e1a 100644
54 --- a/net-misc/wget/wget-1.20.ebuild
55 +++ b/net-misc/wget/wget-1.20.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2018 Gentoo Authors
58 +# Copyright 1999-2019 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62 @@ -19,7 +19,7 @@ REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
63
64 # Force a newer libidn2 to avoid libunistring deps. #612498
65 LIB_DEPEND="
66 - idn? ( >=net-dns/libidn2-0.14[static-libs(+)] )
67 + idn? ( >=net-dns/libidn2-0.14:=[static-libs(+)] )
68 pcre? ( dev-libs/libpcre2[static-libs(+)] )
69 ssl? (
70 gnutls? ( net-libs/gnutls:0=[static-libs(+)] )