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