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/whois/
Date: Tue, 22 Jun 2021 23:56:22
Message-Id: 1624405857.e3472c9cbb9222469bf9cdbbd761f16a3d043923.sam@gentoo
1 commit: e3472c9cbb9222469bf9cdbbd761f16a3d043923
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Jun 22 00:00:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 23:50:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3472c9c
7
8 net-misc/whois: Add dependency on virtual/libcrypt.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++-
14 net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild} | 3 ++-
15 net-misc/whois/whois-9999.ebuild | 5 +++--
16 3 files changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/net-misc/whois/whois-5.5.10.ebuild b/net-misc/whois/whois-5.5.10-r1.ebuild
19 similarity index 96%
20 rename from net-misc/whois/whois-5.5.10.ebuild
21 rename to net-misc/whois/whois-5.5.10-r1.ebuild
22 index 4420819a3d8..350b7b60b37 100644
23 --- a/net-misc/whois/whois-5.5.10.ebuild
24 +++ b/net-misc/whois/whois-5.5.10-r1.ebuild
25 @@ -25,7 +25,8 @@ RDEPEND="
26 iconv? ( virtual/libiconv )
27 idn? ( net-dns/libidn2:= )
28 nls? ( virtual/libintl )
29 - xcrypt? ( >=sys-libs/libxcrypt-4.1 )
30 + xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
31 + !xcrypt? ( virtual/libcrypt:= )
32 "
33 DEPEND="${RDEPEND}"
34 BDEPEND="
35
36 diff --git a/net-misc/whois/whois-5.5.9.ebuild b/net-misc/whois/whois-5.5.9-r1.ebuild
37 similarity index 96%
38 rename from net-misc/whois/whois-5.5.9.ebuild
39 rename to net-misc/whois/whois-5.5.9-r1.ebuild
40 index e2d9d7e38ae..633807559d4 100644
41 --- a/net-misc/whois/whois-5.5.9.ebuild
42 +++ b/net-misc/whois/whois-5.5.9-r1.ebuild
43 @@ -25,7 +25,8 @@ RDEPEND="
44 iconv? ( virtual/libiconv )
45 idn? ( net-dns/libidn2:= )
46 nls? ( virtual/libintl )
47 - xcrypt? ( >=sys-libs/libxcrypt-4.1 )
48 + xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
49 + !xcrypt? ( virtual/libcrypt:= )
50 "
51 DEPEND="${RDEPEND}"
52 BDEPEND="
53
54 diff --git a/net-misc/whois/whois-9999.ebuild b/net-misc/whois/whois-9999.ebuild
55 index 8aecce2f764..350b7b60b37 100644
56 --- a/net-misc/whois/whois-9999.ebuild
57 +++ b/net-misc/whois/whois-9999.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 +# Copyright 1999-2021 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64 @@ -25,7 +25,8 @@ RDEPEND="
65 iconv? ( virtual/libiconv )
66 idn? ( net-dns/libidn2:= )
67 nls? ( virtual/libintl )
68 - xcrypt? ( >=sys-libs/libxcrypt-4.1 )
69 + xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
70 + !xcrypt? ( virtual/libcrypt:= )
71 "
72 DEPEND="${RDEPEND}"
73 BDEPEND="