diff options
author | Sam James <sam@gentoo.org> | 2023-10-04 23:30:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-04 23:30:32 +0100 |
commit | 000927b952036b15491fd0b00b1ab12c140e2e69 (patch) | |
tree | 5614c2520c2fd68e98b06032a31d7a17cb1025d4 /net-misc/stunnel | |
parent | app-crypt/pesign: add mandoc BDEPEND (diff) | |
download | gentoo-000927b952036b15491fd0b00b1ab12c140e2e69.tar.gz gentoo-000927b952036b15491fd0b00b1ab12c140e2e69.tar.bz2 gentoo-000927b952036b15491fd0b00b1ab12c140e2e69.zip |
net-misc/stunnel: BDEPEND on sys-devel/autoconf-archive
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.71.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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} ) " |