diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:03 +0100 |
commit | f5d1a6208a28b515e6d46eb3be471a2b650b440d (patch) | |
tree | 967440e391661ae847304250fce17496f840bf14 /net-ftp/proftpd | |
parent | net-analyzer/gnome-nettool: remove userland_BSD/userland_GNU (diff) | |
download | gentoo-f5d1a6208a28b515e6d46eb3be471a2b650b440d.tar.gz gentoo-f5d1a6208a28b515e6d46eb3be471a2b650b440d.tar.bz2 gentoo-f5d1a6208a28b515e6d46eb3be471a2b650b440d.zip |
net-ftp/proftpd: remove userland_GNU
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.7c.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild | 6 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.8_rc2.ebuild | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild b/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild index ab94f1827e3a..df1dad4e4a74 100644 --- a/net-ftp/proftpd/proftpd-1.3.7a-r2.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7a-r2.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 @@ -235,8 +235,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} } diff --git a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild index 3bb9b6ecaeac..a60f286ffbbe 100644 --- a/net-ftp/proftpd/proftpd-1.3.7b-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7b-r1.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 @@ -233,8 +233,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} } diff --git a/net-ftp/proftpd/proftpd-1.3.7c.ebuild b/net-ftp/proftpd/proftpd-1.3.7c.ebuild index 00490f0b5ea5..e1eab3fccc3b 100644 --- a/net-ftp/proftpd/proftpd-1.3.7c.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7c.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 @@ -233,8 +233,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} } diff --git a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild index f44c0ca053cc..24743199c475 100644 --- a/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.8_rc1-r1.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} } 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} } |