commit: 52dcc2846fad9b8682f303893e92b23e6d20333c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 16:11:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:40:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dcc284
net-firewall/sanewall: 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 <mgorny <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../sanewall/{sanewall-1.1.6-r3.ebuild => sanewall-1.1.6-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
b/net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
similarity index 95%
rename from net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
rename to net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
index 0fe04aa29826..3381cbed5e8b 100644
--- a/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
+++ b/net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- net-firewall/iptables[ipv6]
+ net-firewall/iptables[ipv6(+)]
sys-apps/iproute2[-minimal]
sys-apps/kmod[tools]
sys-apps/net-tools