summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-03-31 10:15:17 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-03-31 10:15:17 +0300
commit4d9215298876d0281759a5d763a5eb6c03aa6c4e (patch)
tree697ee6c1caccb4df56ef1d43d2ca6bb05ecf3806
parentdev-db/redis: Stabilize 7.0.10 x86, #902721 (diff)
downloadgentoo-4d9215298876d0281759a5d763a5eb6c03aa6c4e.tar.gz
gentoo-4d9215298876d0281759a5d763a5eb6c03aa6c4e.tar.bz2
gentoo-4d9215298876d0281759a5d763a5eb6c03aa6c4e.zip
mail-mta/opensmtpd: add missing yacc BDEP
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
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 d580b7c929b3..a8e71de77b1b 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
@@ -41,6 +41,7 @@ DEPEND="
!mail-mta/ssmtp[mta]
"
RDEPEND="${DEPEND}"
+BDEPEND="app-alternatives/yacc"
S=${WORKDIR}/${P/_}