commit: 1becc7a3421d59e48824aefbc11dad8d8c6d5ed5
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 16:24:49 2025 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 16:24:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1becc7a3
net-ftp/proftpd: drop ipv6 USE flag
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-ftp/proftpd/proftpd-1.3.9-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-ftp/proftpd/proftpd-1.3.9-r1.ebuild
b/net-ftp/proftpd/proftpd-1.3.9-r1.ebuild
index c5a5a02337cc..4f0cca4bc62b 100644
--- a/net-ftp/proftpd/proftpd-1.3.9-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.9-r1.ebuild
@@ -33,7 +33,7 @@ S="${WORKDIR}/${P/_/}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso
dynmasq exec ifsession ifversion ident ipv6
+IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso
dynmasq exec ifsession ifversion ident
kerberos ldap log-forensic memcache msg mysql ncurses nls pam +pcre
postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota
sqlite ssl tcpd test unique-id vroot"
# Some tests are ran in chroot. Confuses sandbox.
@@ -246,7 +246,6 @@ src_configure() {
$(use_enable ctrls)
$(use_enable dso)
$(use_enable ident)
- $(use_enable ipv6)
$(use_enable memcache)
$(use_enable ncurses)
$(use_enable nls)