commit: f41445bf6fd96fa6d70135a0b1a408b4c9bd466a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 16:14:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:40:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41445bf
net-misc/miniupnpd: 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>
.../miniupnpd/{miniupnpd-2.3.0.ebuild => miniupnpd-2.3.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/miniupnpd/miniupnpd-2.3.0.ebuild
b/net-misc/miniupnpd/miniupnpd-2.3.0-r1.ebuild
similarity index 98%
rename from net-misc/miniupnpd/miniupnpd-2.3.0.ebuild
rename to net-misc/miniupnpd/miniupnpd-2.3.0-r1.ebuild
index 328c65b49bbc..1ea1f1e65a1e 100644
--- a/net-misc/miniupnpd/miniupnpd-2.3.0.ebuild
+++ b/net-misc/miniupnpd/miniupnpd-2.3.0-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
sys-apps/util-linux:=
dev-libs/openssl:0=
!nftables? (
- >=net-firewall/iptables-1.4.6:0=[ipv6?]
+ >=net-firewall/iptables-1.4.6:0=[ipv6(+)?]
net-libs/libnfnetlink:=
net-libs/libmnl:=
)