app-emulation/libvirt: Allow nftables instead of iptables

Upstream libvirt learned how to use nftables directly [1]. While
it did so as early as in 10.4.0 release, there were some critical
fixes merged in 10.5.0 release. Therefore, allow just the live
ebuild to pick up nftables as backend.

1: b89c4991da
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Michal Privoznik
2024-07-07 07:47:58 +02:00
committed by Sam James
parent be9b86298e
commit 68b4cb56cd

View File

@@ -116,7 +116,10 @@ RDEPEND="
virt-network? (
net-dns/dnsmasq[dhcp,ipv6(+),script]
net-firewall/ebtables
>=net-firewall/iptables-1.4.10[ipv6(+)]
|| (
>=net-firewall/iptables-1.4.10[ipv6(+)]
net-firewall/nftables
)
net-misc/radvd
sys-apps/iproute2[-minimal]
)