diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 11:53:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:39:47 +0000 |
commit | 8647a89da8a44fdb81c14d80d9ca04dec75241d8 (patch) | |
tree | ae488182800d015c5ad844730d28dbc26316527e /net-firewall | |
parent | sys-apps/firejail: version bump, remove old, Gentoo compat tweaks (diff) | |
download | gentoo-8647a89da8a44fdb81c14d80d9ca04dec75241d8.tar.gz gentoo-8647a89da8a44fdb81c14d80d9ca04dec75241d8.tar.bz2 gentoo-8647a89da8a44fdb81c14d80d9ca04dec75241d8.zip |
net-firewall/firehol: 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/firehol/firehol-3.1.6-r3.ebuild (renamed from net-firewall/firehol/firehol-3.1.6-r2.ebuild) | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-3.1.7-r1.ebuild (renamed from net-firewall/firehol/firehol-3.1.7.ebuild) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-firewall/firehol/firehol-3.1.6-r2.ebuild b/net-firewall/firehol/firehol-3.1.6-r3.ebuild index 0a6d297bcce3..d68ed4f8bcc6 100644 --- a/net-firewall/firehol/firehol-3.1.6-r2.ebuild +++ b/net-firewall/firehol/firehol-3.1.6-r3.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=7 @@ -15,9 +15,9 @@ IUSE="doc ipv6 ipset" KEYWORDS="amd64 arm ~arm64 ~ppc ~x86" RDEPEND="net-firewall/iptables - sys-apps/iproute2[-minimal,ipv6?] + sys-apps/iproute2[-minimal,ipv6(+)?] sys-apps/kmod[tools] - net-misc/iputils[ipv6?] + net-misc/iputils[ipv6(+)?] net-misc/iprange net-analyzer/traceroute app-arch/gzip diff --git a/net-firewall/firehol/firehol-3.1.7.ebuild b/net-firewall/firehol/firehol-3.1.7-r1.ebuild index 3d7828d589f3..1432243602f9 100644 --- a/net-firewall/firehol/firehol-3.1.7.ebuild +++ b/net-firewall/firehol/firehol-3.1.7-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 @@ -15,9 +15,9 @@ IUSE="doc ipv6 ipset" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" RDEPEND="net-firewall/iptables - sys-apps/iproute2[-minimal,ipv6?] + sys-apps/iproute2[-minimal,ipv6(+)?] sys-apps/kmod[tools] - net-misc/iputils[ipv6?] + net-misc/iputils[ipv6(+)?] net-misc/iprange net-analyzer/traceroute app-arch/gzip |