diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 12:02:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:40:16 +0000 |
commit | 45c658502c94a90c7290ad411ee808b648a18b07 (patch) | |
tree | b8b44e10836e1dcdfe948681900b8624257c99a3 /sys-apps/iproute2 | |
parent | net-misc/iputils: Remove unneccessary USE=-ipv6 (diff) | |
download | gentoo-45c658502c94a90c7290ad411ee808b648a18b07.tar.gz gentoo-45c658502c94a90c7290ad411ee808b648a18b07.tar.bz2 gentoo-45c658502c94a90c7290ad411ee808b648a18b07.zip |
sys-apps/iproute2: Remove USE=ipv6
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 <mgorny@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.16.0.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 8 |
2 files changed, 2 insertions, 14 deletions
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 diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index c26a054ac839..11dfd239d1a7 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.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=" @@ -58,12 +58,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 |