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 286161382C5 for ; Tue, 22 Jun 2021 22:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9117BE0869; Tue, 22 Jun 2021 22:38:16 +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 754D2E0869 for ; Tue, 22 Jun 2021 22:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 14E9934068A for ; Tue, 22 Jun 2021 22:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B6687BD for ; Tue, 22 Jun 2021 22:38:12 +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: <1624401278.7535890dfe52924697c435fbbd56e168ea4dde07.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild X-VCS-Directories: mail-mta/opensmtpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7535890dfe52924697c435fbbd56e168ea4dde07 X-VCS-Branch: master Date: Tue, 22 Jun 2021 22:38:12 +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: ef837701-4bb4-4770-8a1d-52e2642f4f74 X-Archives-Hash: d982f265373faff8be339aa7cc95e44f commit: 7535890dfe52924697c435fbbd56e168ea4dde07 Author: Sam James gentoo org> AuthorDate: Tue Jun 22 22:17:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 22:34:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7535890d mail-mta/opensmtpd: add virtual/libcrypt dependency Needed for upcoming libcrypt migration. Acked-by: David Seifert gentoo.org> Reported-by: Georgy Yakovlev gentoo.org> Signed-off-by: Sam James gentoo.org> .../{opensmtpd-6.8.0_p2.ebuild => opensmtpd-6.8.0_p2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild similarity index 97% rename from mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild rename to mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild index 9adcaa46b33..67c2b0cada9 100644 --- a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild @@ -22,10 +22,11 @@ DEPEND=" sys-libs/zlib pam? ( sys-libs/pam ) berkdb? ( sys-libs/db:= ) - dev-libs/libevent + dev-libs/libevent:= app-misc/ca-certificates net-mail/mailbase net-libs/libasr + virtual/libcrypt:= !mail-mta/courier !mail-mta/esmtp !mail-mta/exim