summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-12 17:11:34 +0100
committerSam James <sam@gentoo.org>2022-02-18 02:40:01 +0000
commit62b2651a590693f437d3eb5fa43194f32204f0a7 (patch)
tree5fd180f10e806b3ae5a85b2cab4a1ba430fafa3a /net-firewall
parentapp-emulation/libvirt: Use (+) for ipv6 flag deps (diff)
downloadgentoo-62b2651a590693f437d3eb5fa43194f32204f0a7.tar.gz
gentoo-62b2651a590693f437d3eb5fa43194f32204f0a7.tar.bz2
gentoo-62b2651a590693f437d3eb5fa43194f32204f0a7.zip
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 <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firewalld/firewalld-1.0.2-r1.ebuild (renamed from net-firewall/firewalld/firewalld-1.0.2.ebuild)2
-rw-r--r--net-firewall/firewalld/firewalld-1.0.3-r1.ebuild (renamed from net-firewall/firewalld/firewalld-1.0.3.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
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
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(+)] )