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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFAA615800A for ; Mon, 28 Aug 2023 16:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20EAD2BC013; Mon, 28 Aug 2023 16:07:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09CDE2BC013 for ; Mon, 28 Aug 2023 16:07:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E13B335CEC for ; Mon, 28 Aug 2023 16:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B801076 for ; Mon, 28 Aug 2023 16:07:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1693238841.4d7b0439a83f07f408743d83ef2f8af6afff8163.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/opensmtpd/opensmtpd-7.3.0_p1-r1.ebuild mail-mta/opensmtpd/opensmtpd-7.3.0_p1.ebuild X-VCS-Directories: mail-mta/opensmtpd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4d7b0439a83f07f408743d83ef2f8af6afff8163 X-VCS-Branch: master Date: Mon, 28 Aug 2023 16:07:33 +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: ce128c62-f833-4d48-b5fe-8ca766e8b08c X-Archives-Hash: e72d4ead97aeb5b652ed754c3bccb7a9 commit: 4d7b0439a83f07f408743d83ef2f8af6afff8163 Author: David Seifert gentoo org> AuthorDate: Mon Aug 28 16:07:21 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Aug 28 16:07:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7b0439 mail-mta/opensmtpd: add blocker for mail-client/mailx-support Bug: https://bugs.gentoo.org/913144 Signed-off-by: David Seifert gentoo.org> .../{opensmtpd-7.3.0_p1.ebuild => opensmtpd-7.3.0_p1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-mta/opensmtpd/opensmtpd-7.3.0_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-7.3.0_p1-r1.ebuild similarity index 98% rename from mail-mta/opensmtpd/opensmtpd-7.3.0_p1.ebuild rename to mail-mta/opensmtpd/opensmtpd-7.3.0_p1-r1.ebuild index 25cf7cb2f25c..8a040ff0f690 100644 --- a/mail-mta/opensmtpd/opensmtpd-7.3.0_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-7.3.0_p1-r1.ebuild @@ -29,6 +29,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) elibc_musl? ( sys-libs/fts-standalone ) pam? ( sys-libs/pam ) + !mail-client/mailx-support !mail-mta/courier !mail-mta/esmtp !mail-mta/exim