commit: 000927b952036b15491fd0b00b1ab12c140e2e69
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 22:30:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 22:30:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000927b9
net-misc/stunnel: BDEPEND on sys-devel/autoconf-archive
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/stunnel/stunnel-5.71.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-misc/stunnel/stunnel-5.71.ebuild
b/net-misc/stunnel/stunnel-5.71.ebuild
index 0a61d4a431b5..0366717dd2c4 100644
--- a/net-misc/stunnel/stunnel-5.71.ebuild
+++ b/net-misc/stunnel/stunnel-5.71.ebuild
@@ -37,7 +37,9 @@ RDEPEND="
selinux? ( sec-policy/selinux-stunnel )
stunnel3? ( dev-lang/perl )
"
+# autoconf-archive for F_S patch
BDEPEND="
+ sys-devel/autoconf-archive
test? ( ${PYTHON_DEPS} )
"