From 1becc7a3421d59e48824aefbc11dad8d8c6d5ed5 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 15 Apr 2025 12:24:49 -0400 Subject: [PATCH] net-ftp/proftpd: drop ipv6 USE flag Signed-off-by: Mike Gilbert --- 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 c5a5a02337cca..4f0cca4bc62b6 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)