commit:     98c4902db9f1bbce9ab76e6e1d86e1d6ed6e529f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 01:22:38 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 01:22:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c4902d

net-misc/stunnel: drop 'ipv6' USE flag

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-misc/stunnel/stunnel-5.65-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/stunnel/stunnel-5.65-r2.ebuild 
b/net-misc/stunnel/stunnel-5.65-r2.ebuild
index 3f171dd6f00c..235b21faac92 100644
--- a/net-misc/stunnel/stunnel-5.65-r2.ebuild
+++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ipv6 selinux stunnel3 tcpd"
+IUSE="selinux stunnel3 tcpd"
 
 DEPEND="
        dev-libs/openssl:0=
@@ -51,7 +51,6 @@ src_prepare() {
 src_configure() {
        local myeconfargs=(
                --libdir="${EPREFIX}/usr/$(get_libdir)"
-               $(use_enable ipv6)
                $(use_enable tcpd libwrap)
                --with-ssl="${EPREFIX}"/usr
                --disable-fips

Reply via email to