diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-23 23:40:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-23 23:44:40 +0100 |
commit | f5a5582f51907633925cc621dc2271a669370966 (patch) | |
tree | f56f680027cfedeb16cd84dd594642bd226fe0b5 /net-ftp | |
parent | net-ftp/pure-ftpd: Removed old (diff) | |
download | gentoo-f5a5582f51907633925cc621dc2271a669370966.tar.gz gentoo-f5a5582f51907633925cc621dc2271a669370966.tar.bz2 gentoo-f5a5582f51907633925cc621dc2271a669370966.zip |
net-ftp/pure-ftpd: Bumped live ebuild to EAPI-8
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild index e96ace757a52..1127842978af 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic @@ -61,11 +61,11 @@ src_configure() { -i "${S}/src/ftpd.h" || die "sed failed" # Those features are only configurable like this, see bug #179375. - use anondel && append-cppflags -DANON_CAN_DELETE - use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS - use anonren && append-cppflags -DANON_CAN_RENAME - use anonres && append-cppflags -DANON_CAN_RESUME - use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS + use anondel && append-cppflags -DANON_CAN_DELETE + use anonperm && append-cppflags -DANON_CAN_CHANGE_PERMS + use anonren && append-cppflags -DANON_CAN_RENAME + use anonres && append-cppflags -DANON_CAN_RESUME + use resolveids && append-cppflags -DALWAYS_RESOLVE_IDS # Do not auto-use SSP -- let the user select this. export ax_cv_check_cflags___fstack_protector_all=no |