diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 17:11:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:40:04 +0000 |
commit | 52dcc2846fad9b8682f303893e92b23e6d20333c (patch) | |
tree | 77289ff17984ef0e2b704eb751c0d9befa51ae5e /net-firewall/sanewall | |
parent | net-firewall/firewalld: Use (+) for ipv6 flag deps (diff) | |
download | gentoo-52dcc2846fad9b8682f303893e92b23e6d20333c.tar.gz gentoo-52dcc2846fad9b8682f303893e92b23e6d20333c.tar.bz2 gentoo-52dcc2846fad9b8682f303893e92b23e6d20333c.zip |
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@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/sanewall')
-rw-r--r-- | net-firewall/sanewall/sanewall-1.1.6-r4.ebuild (renamed from net-firewall/sanewall/sanewall-1.1.6-r3.ebuild) | 4 |
1 files 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 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 |