Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whois/
Date: Mon, 28 May 2018 14:11:24
Message-Id: 1527516674.dc6b9098e41911e3c12342c10786ffe4fcbeb4b9.polynomial-c@gentoo
1 commit: dc6b9098e41911e3c12342c10786ffe4fcbeb4b9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 14:11:14 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 14:11:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6b9098
7
8 net-misc/whois: Added sub-slot deps for libidn/libidn2
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/whois/whois-5.2.20.ebuild | 2 +-
13 net-misc/whois/whois-5.3.0.ebuild | 2 +-
14 net-misc/whois/whois-5.3.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/whois/whois-5.2.20.ebuild b/net-misc/whois/whois-5.2.20.ebuild
18 index 50d0086cc60..25d05e54e27 100644
19 --- a/net-misc/whois/whois-5.2.20.ebuild
20 +++ b/net-misc/whois/whois-5.2.20.ebuild
21 @@ -16,7 +16,7 @@ IUSE="iconv idn nls"
22 RESTRICT="test" #59327
23
24 RDEPEND="iconv? ( virtual/libiconv )
25 - idn? ( net-dns/libidn )
26 + idn? ( net-dns/libidn:= )
27 nls? ( virtual/libintl )"
28 DEPEND="${RDEPEND}
29 app-arch/xz-utils
30
31 diff --git a/net-misc/whois/whois-5.3.0.ebuild b/net-misc/whois/whois-5.3.0.ebuild
32 index 3ea3b08fc43..d04f5117a4d 100644
33 --- a/net-misc/whois/whois-5.3.0.ebuild
34 +++ b/net-misc/whois/whois-5.3.0.ebuild
35 @@ -16,7 +16,7 @@ IUSE="iconv idn nls"
36 RESTRICT="test" #59327
37
38 RDEPEND="iconv? ( virtual/libiconv )
39 - idn? ( net-dns/libidn2 )
40 + idn? ( net-dns/libidn2:= )
41 nls? ( virtual/libintl )"
42 DEPEND="${RDEPEND}
43 app-arch/xz-utils
44
45 diff --git a/net-misc/whois/whois-5.3.1.ebuild b/net-misc/whois/whois-5.3.1.ebuild
46 index c1b043c4740..27fc4102f0c 100644
47 --- a/net-misc/whois/whois-5.3.1.ebuild
48 +++ b/net-misc/whois/whois-5.3.1.ebuild
49 @@ -16,7 +16,7 @@ IUSE="iconv idn nls"
50 RESTRICT="test" #59327
51
52 RDEPEND="iconv? ( virtual/libiconv )
53 - idn? ( net-dns/libidn2 )
54 + idn? ( net-dns/libidn2:= )
55 nls? ( virtual/libintl )"
56 DEPEND="${RDEPEND}
57 app-arch/xz-utils