commit: 129ff3ce2cff6f8916665f72a4668f436e91b94d
parent 32327479385e8eddfde97e35315916e89c64a0f1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 13 Jan 2023 11:10:51 +0100
mail-mta/opensmtpd: !libbsd
Diffstat:
1 file changed, 4 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
@@ -1,5 +1,5 @@
# Copyright 1999-2022 Gentoo Authors
-# Copyright 2018-2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Copyright 2018-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -46,6 +46,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+# Broken build when libbsd is present at configure time
+BDEPEND="!dev-libs/libbsd"
+
S=${WORKDIR}/${P/_}
src_configure() {