From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A38671382C5 for ; Wed, 23 Jun 2021 00:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2645E084E; Wed, 23 Jun 2021 00:02:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6DFAE084E for ; Wed, 23 Jun 2021 00:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E9333BE4D for ; Wed, 23 Jun 2021 00:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB0C7B7 for ; Wed, 23 Jun 2021 00:02:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624406484.a676f4e607ebe6ccb6f98671b910ef8aa471d084.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whois/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/whois/whois-5.5.10-r1.ebuild net-misc/whois/whois-5.5.10.ebuild net-misc/whois/whois-5.5.9-r1.ebuild net-misc/whois/whois-5.5.9.ebuild net-misc/whois/whois-9999.ebuild X-VCS-Directories: net-misc/whois/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a676f4e607ebe6ccb6f98671b910ef8aa471d084 X-VCS-Branch: master Date: Wed, 23 Jun 2021 00:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93ae74df-a0c1-432a-b294-4cd57fe18e87 X-Archives-Hash: 63739cc79d3fcbb94f4fe41ebfeb61d0 commit: a676f4e607ebe6ccb6f98671b910ef8aa471d084 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Jun 22 00:00:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 23 00:01:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a676f4e6 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 gentoo.org> Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Sam James gentoo.org> net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++- net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild} | 3 ++- 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 similarity index 96% rename from net-misc/whois/whois-5.5.10.ebuild rename to net-misc/whois/whois-5.5.10-r1.ebuild index 4420819a3d8..350b7b60b37 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 similarity index 96% rename from net-misc/whois/whois-5.5.9.ebuild rename to net-misc/whois/whois-5.5.9-r1.ebuild index e2d9d7e38ae..633807559d4 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 8aecce2f764..350b7b60b37 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="