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 EB785139345 for ; Wed, 30 Jun 2021 18:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 283CDE084E; Wed, 30 Jun 2021 18:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0E03FE084E for ; Wed, 30 Jun 2021 18:40:49 +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 4708133D3CD for ; Wed, 30 Jun 2021 18:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 807A37C7 for ; Wed, 30 Jun 2021 18:40:44 +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: <1625078379.cf8373dc5f87fa2ebb1b3e35a01d53d03ccaca88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild net-irc/atheme-services/atheme-services-7.2.11.ebuild X-VCS-Directories: net-irc/atheme-services/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf8373dc5f87fa2ebb1b3e35a01d53d03ccaca88 X-VCS-Branch: master Date: Wed, 30 Jun 2021 18:40:44 +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: e68c6cf1-f0cf-460d-baea-8119117425c6 X-Archives-Hash: 12cc86b71f7d8e9d318de1a22fb4bfa1 commit: cf8373dc5f87fa2ebb1b3e35a01d53d03ccaca88 Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8373dc net-irc/atheme-services: add missing libcrypt dependency, perl subslot dependency Signed-off-by: Sam James gentoo.org> ...{atheme-services-7.2.11.ebuild => atheme-services-7.2.11-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/atheme-services/atheme-services-7.2.11.ebuild b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild similarity index 97% rename from net-irc/atheme-services/atheme-services-7.2.11.ebuild rename to net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild index 2f74842aa72..dc7e351945f 100644 --- a/net-irc/atheme-services/atheme-services-7.2.11.ebuild +++ b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild @@ -19,9 +19,10 @@ RDEPEND=" acct-group/atheme-services acct-user/atheme-services >=dev-libs/libmowgli-2.1.0:2 + virtual/libcrypt:= cracklib? ( sys-libs/cracklib ) ldap? ( net-nds/openldap ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) pcre? ( dev-libs/libpcre ) ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND}"