diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-06-22 00:00:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-23 01:01:24 +0100 |
commit | a676f4e607ebe6ccb6f98671b910ef8aa471d084 (patch) | |
tree | 1047c4d14b3eeb4d3329617516f9fdf79b78e654 /net-misc/whois | |
parent | net-misc/whois: Revert "Add dependency on virtual/libcrypt." (diff) | |
download | gentoo-a676f4e607ebe6ccb6f98671b910ef8aa471d084.tar.gz gentoo-a676f4e607ebe6ccb6f98671b910ef8aa471d084.tar.bz2 gentoo-a676f4e607ebe6ccb6f98671b910ef8aa471d084.zip |
net-misc/whois: Add dependency on virtual/libcrypt.
Same change as before, just committing again with the acked-by tag
for posterity.
See: 0b0a692ba24b9ebf999e2747db255ab93590b871
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/whois')
-rw-r--r-- | net-misc/whois/whois-5.5.10-r1.ebuild (renamed from net-misc/whois/whois-5.5.10.ebuild) | 3 | ||||
-rw-r--r-- | net-misc/whois/whois-5.5.9-r1.ebuild (renamed from net-misc/whois/whois-5.5.9.ebuild) | 3 | ||||
-rw-r--r-- | net-misc/whois/whois-9999.ebuild | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/whois/whois-5.5.10.ebuild b/net-misc/whois/whois-5.5.10-r1.ebuild index 4420819a3d8a..350b7b60b378 100644 --- a/net-misc/whois/whois-5.5.10.ebuild +++ b/net-misc/whois/whois-5.5.10-r1.ebuild @@ -25,7 +25,8 @@ RDEPEND=" iconv? ( virtual/libiconv ) idn? ( net-dns/libidn2:= ) nls? ( virtual/libintl ) - xcrypt? ( >=sys-libs/libxcrypt-4.1 ) + xcrypt? ( >=sys-libs/libxcrypt-4.1:= ) + !xcrypt? ( virtual/libcrypt:= ) " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/net-misc/whois/whois-5.5.9.ebuild b/net-misc/whois/whois-5.5.9-r1.ebuild index e2d9d7e38ae3..633807559d48 100644 --- a/net-misc/whois/whois-5.5.9.ebuild +++ b/net-misc/whois/whois-5.5.9-r1.ebuild @@ -25,7 +25,8 @@ RDEPEND=" iconv? ( virtual/libiconv ) idn? ( net-dns/libidn2:= ) nls? ( virtual/libintl ) - xcrypt? ( >=sys-libs/libxcrypt-4.1 ) + xcrypt? ( >=sys-libs/libxcrypt-4.1:= ) + !xcrypt? ( virtual/libcrypt:= ) " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/net-misc/whois/whois-9999.ebuild b/net-misc/whois/whois-9999.ebuild index 8aecce2f7642..350b7b60b378 100644 --- a/net-misc/whois/whois-9999.ebuild +++ b/net-misc/whois/whois-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,8 @@ RDEPEND=" iconv? ( virtual/libiconv ) idn? ( net-dns/libidn2:= ) nls? ( virtual/libintl ) - xcrypt? ( >=sys-libs/libxcrypt-4.1 ) + xcrypt? ( >=sys-libs/libxcrypt-4.1:= ) + !xcrypt? ( virtual/libcrypt:= ) " DEPEND="${RDEPEND}" BDEPEND=" |