commit: 42f92781eeeda375af4bd9e5075388a022039301
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 16:11:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:40:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f92781
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 <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/ufw/{ufw-0.36.ebuild => ufw-0.36-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/ufw/ufw-0.36.ebuild
b/net-firewall/ufw/ufw-0.36-r1.ebuild
similarity index 98%
rename from net-firewall/ufw/ufw-0.36.ebuild
rename to 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"