From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1511985-garchives=archives.gentoo.org@lists.gentoo.org>
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 4707F15ACFB
	for <garchives@archives.gentoo.org>; Wed, 26 Apr 2023 15:28:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6EE79E0855;
	Wed, 26 Apr 2023 15:28:45 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 50024E0855
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Apr 2023 15:28:45 +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 609BD340FCF
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Apr 2023 15:28:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5A7A4B
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Apr 2023 15:28:42 +0000 (UTC)
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "orbea" <orbea@riseup.net>
Message-ID: <1682522608.7bc7b46956c3490e2cf6f655167928c41637980c.orbea@gentoo>
Subject: [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/
X-VCS-Repository: repo/proj/libressl
X-VCS-Files: mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
X-VCS-Directories: mail-mta/opensmtpd/
X-VCS-Committer: orbea
X-VCS-Committer-Name: orbea
X-VCS-Revision: 7bc7b46956c3490e2cf6f655167928c41637980c
X-VCS-Branch: master
Date: Wed, 26 Apr 2023 15:28:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 37c7a053-c12a-4a44-9041-27881c7c6cbe
X-Archives-Hash: ea30268e00707ec79427602c16ff933a

commit:     7bc7b46956c3490e2cf6f655167928c41637980c
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Apr 26 15:23:28 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed Apr 26 15:23:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7bc7b469

mail-mta/opensmtpd: sync ::gentoo

Signed-off-by: orbea <orbea <AT> riseup.net>

 mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
index c41cdef..8039be8 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="berkdb +mta pam split-usr"
 
+# < openssl 3 for bug #881701
 DEPEND="
 	acct-user/smtpd
 	acct-user/smtpq
@@ -40,6 +41,7 @@ DEPEND="
 	!mail-mta/ssmtp[mta]
 "
 RDEPEND="${DEPEND}"
+BDEPEND="app-alternatives/yacc"
 
 S=${WORKDIR}/${P/_}