diff options
author | 2020-08-30 03:45:00 +0200 | |
---|---|---|
committer | 2020-08-30 03:45:00 +0200 | |
commit | 670afcfbba08b44bb3a285557c9bfa63e3cc8788 (patch) | |
tree | 0153745dc43eca1aed3c61fba03faa12b9435940 /net-ftp | |
parent | kde-apps/yakuake: x86 stable (bug #736858) (diff) | |
download | gentoo-670afcfbba08b44bb3a285557c9bfa63e3cc8788.tar.gz gentoo-670afcfbba08b44bb3a285557c9bfa63e3cc8788.tar.bz2 gentoo-670afcfbba08b44bb3a285557c9bfa63e3cc8788.zip |
net-ftp/pure-ftpd: building requires sys-devel/autoconf-archive
Closes: https://bugs.gentoo.org/737540
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild index 1c34eeef0a5a..983c8211370e 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r2.ebuild @@ -23,6 +23,8 @@ IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noip REQUIRED_USE="implicittls? ( ssl )" +BDEPEND="sys-devel/autoconf-archive" + DEPEND="caps? ( sys-libs/libcap ) ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( || ( diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild index d1be10cc99f1..c2f0bce80899 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,8 @@ IUSE="anondel anonperm anonren anonres caps implicittls ldap libressl mysql noip REQUIRED_USE="implicittls? ( ssl )" +BDEPEND="sys-devel/autoconf-archive" + DEPEND="caps? ( sys-libs/libcap ) ldap? ( >=net-nds/openldap-2.0.25 ) mysql? ( || ( |