summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild')
-rw-r--r--net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
index f44c0ca053cc..24743199c475 100644
--- a/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -232,8 +232,8 @@ src_configure() {
$(use_enable sodium) \
$(use_enable test tests) \
--enable-trace \
- $(use_enable userland_GNU shadow) \
- $(use_enable userland_GNU autoshadow) \
+ --enable-shadow \
+ --enable-autoshadow \
${c:1}
}