From 45c658502c94a90c7290ad411ee808b648a18b07 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 12 Feb 2022 12:02:04 +0100 Subject: sys-apps/iproute2: Remove USE=ipv6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package does intrusive patching to remove (some?) IPv6 support. Apparently this is a leftover from historical uclibc support. Bug: https://bugs.gentoo.org/326849 Signed-off-by: Michał Górny Signed-off-by: Sam James --- sys-apps/iproute2/iproute2-5.16.0.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys-apps/iproute2/iproute2-5.16.0.ebuild') diff --git a/sys-apps/iproute2/iproute2-5.16.0.ebuild b/sys-apps/iproute2/iproute2-5.16.0.ebuild index a86a737045cb..24d4aea03974 100644 --- a/sys-apps/iproute2/iproute2-5.16.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.16.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2" LICENSE="GPL-2" SLOT="0" -IUSE="atm berkdb bpf caps elf +iptables ipv6 libbsd minimal selinux" +IUSE="atm berkdb bpf caps elf +iptables libbsd minimal selinux" # We could make libmnl optional, but it's tiny, so eh RDEPEND=" @@ -59,12 +59,6 @@ doecho() { } src_prepare() { - if ! use ipv6 ; then - PATCHES+=( - "${FILESDIR}"/${PN}-4.20.0-no-ipv6.patch # bug #326849 - ) - fi - default # Fix version if necessary -- cgit v1.2.3-65-gdbad