diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 17:11:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:40:07 +0000 |
commit | 42f92781eeeda375af4bd9e5075388a022039301 (patch) | |
tree | 3dff13eb767d57c1ea4d9e1fd88d05aea2649d80 /net-firewall | |
parent | net-firewall/sanewall: Use (+) for ipv6 flag deps (diff) | |
download | gentoo-42f92781eeeda375af4bd9e5075388a022039301.tar.gz gentoo-42f92781eeeda375af4bd9e5075388a022039301.tar.bz2 gentoo-42f92781eeeda375af4bd9e5075388a022039301.zip |
net-firewall/ufw: 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/ufw/ufw-0.36-r1.ebuild (renamed from net-firewall/ufw/ufw-0.36.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36-r1.ebuild index a7443cf4f135..e6626c0697dd 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36-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 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="examples ipv6" -RDEPEND=">=net-firewall/iptables-1.4[ipv6?] +RDEPEND=">=net-firewall/iptables-1.4[ipv6(+)?] !<kde-misc/kcm-ufw-0.4.2 !<net-firewall/ufw-frontends-0.3.2" |