From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0646C15808C for ; Fri, 18 Feb 2022 02:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EBEC2BC007; Fri, 18 Feb 2022 02:44:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 266902BC003 for ; Fri, 18 Feb 2022 02:44:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A122D3433A5 for ; Fri, 18 Feb 2022 02:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3ED32EC for ; Fri, 18 Feb 2022 02:44:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645152016.45c658502c94a90c7290ad411ee808b648a18b07.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-5.16.0.ebuild sys-apps/iproute2/iproute2-9999.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45c658502c94a90c7290ad411ee808b648a18b07 X-VCS-Branch: master Date: Fri, 18 Feb 2022 02:44:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cb69a08-afad-42d9-995d-e8dc8fa574e6 X-Archives-Hash: 7595ae304411f17a1e13492c50ce92ee commit: 45c658502c94a90c7290ad411ee808b648a18b07 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 12 11:02:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 02:40:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c65850 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 gentoo.org> Signed-off-by: Sam James gentoo.org> sys-apps/iproute2/iproute2-5.16.0.ebuild | 8 +------- 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