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 D805F15808B for ; Fri, 18 Feb 2022 02:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F70BE07F0; Fri, 18 Feb 2022 02:44:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BF92E07F0 for ; Fri, 18 Feb 2022 02:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E4E343388 for ; Fri, 18 Feb 2022 02:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961882E0 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: <1645152001.62b2651a590693f437d3eb5fa43194f32204f0a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-1.0.2-r1.ebuild net-firewall/firewalld/firewalld-1.0.2.ebuild net-firewall/firewalld/firewalld-1.0.3-r1.ebuild net-firewall/firewalld/firewalld-1.0.3.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62b2651a590693f437d3eb5fa43194f32204f0a7 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: 3e031e04-42d0-49c2-9935-48a4b63f2a42 X-Archives-Hash: 68da17acf9a6f1e2304ed6f61a15e1a0 commit: 62b2651a590693f437d3eb5fa43194f32204f0a7 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 12 16:11:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 02:40:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b2651a net-firewall/firewalld: Use (+) for ipv6 flag deps At this point, it is reasonable to assume that packages will be enabling IPv6 unconditionally rather than dropping it altogether. Update the USE dependencies to (+) to account for that, in preparation for removal of the flag in iproute2 and iputils. Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Sam James gentoo.org> .../firewalld/{firewalld-1.0.2.ebuild => firewalld-1.0.2-r1.ebuild} | 2 +- .../firewalld/{firewalld-1.0.3.ebuild => firewalld-1.0.3-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild similarity index 99% rename from net-firewall/firewalld/firewalld-1.0.2.ebuild rename to net-firewall/firewalld/firewalld-1.0.2-r1.ebuild index 88351db686f2..d4ea370c416e 100644 --- a/net-firewall/firewalld/firewalld-1.0.2.ebuild +++ b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} !!net-firewall/gshield iptables? ( - net-firewall/iptables[ipv6] + net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild similarity index 99% rename from net-firewall/firewalld/firewalld-1.0.3.ebuild rename to net-firewall/firewalld/firewalld-1.0.3-r1.ebuild index 55fe049bd7ec..ccb386137cd9 100644 --- a/net-firewall/firewalld/firewalld-1.0.3.ebuild +++ b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} !!net-firewall/gshield iptables? ( - net-firewall/iptables[ipv6] + net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] )