diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 12:06:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:39:52 +0000 |
commit | b5e797229b50116b983bf04e988e6c63c730858f (patch) | |
tree | 4fc47d6ae6d79ec399b843cb385c106604fe628d /net-firewall | |
parent | app-containers/lxd: Use (+) for ipv6 flag deps (diff) | |
download | gentoo-b5e797229b50116b983bf04e988e6c63c730858f.tar.gz gentoo-b5e797229b50116b983bf04e988e6c63c730858f.tar.bz2 gentoo-b5e797229b50116b983bf04e988e6c63c730858f.zip |
net-firewall/shorewall: 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/shorewall/shorewall-5.2.8-r1.ebuild (renamed from net-firewall/shorewall/shorewall-5.2.8.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-firewall/shorewall/shorewall-5.2.8.ebuild b/net-firewall/shorewall/shorewall-5.2.8-r1.ebuild index 566917fbfb31..0053c3c05ee4 100644 --- a/net-firewall/shorewall/shorewall-5.2.8.ebuild +++ b/net-firewall/shorewall/shorewall-5.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -102,12 +102,12 @@ RDEPEND=" ) ipv6? ( >=dev-perl/Socket6-0.230.0 - >=net-firewall/iptables-1.4.20[ipv6] - >=sys-apps/iproute2-3.8.0[ipv6] + >=net-firewall/iptables-1.4.20[ipv6(+)] + >=sys-apps/iproute2-3.8.0[ipv6(+)] ) lite6? ( - >=net-firewall/iptables-1.4.20[ipv6] - >=sys-apps/iproute2-3.8.0[ipv6] + >=net-firewall/iptables-1.4.20[ipv6(+)] + >=sys-apps/iproute2-3.8.0[ipv6(+)] ) init? ( >=sys-apps/coreutils-8.20 ) selinux? ( >=sec-policy/selinux-shorewall-2.20161023-r3 ) |