mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-firewall/firewalld: remove nftables limit
Breaking change reverted upstream. So backport revert and mask the
broken version instead.
Reverts: 7475c28f33
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37700
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
61bc996137
commit
32fe4e6bb8
@@ -19,7 +19,6 @@ IUSE="gui +nftables +iptables selinux test"
|
||||
RESTRICT="!test? ( test ) test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
# <nftables-1.1.0: https://github.com/firewalld/firewalld/issues/1366
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
|| ( >=sys-apps/openrc-0.11.5 sys-apps/openrc-navi sys-apps/systemd )
|
||||
@@ -36,7 +35,7 @@ RDEPEND="
|
||||
net-firewall/iptables[ipv6(+)]
|
||||
net-firewall/ebtables
|
||||
net-firewall/ipset
|
||||
nftables? ( <net-firewall/nftables-1.1.0[xtables(+)] )
|
||||
nftables? ( net-firewall/nftables[xtables(+)] )
|
||||
)
|
||||
selinux? ( sec-policy/selinux-firewalld )
|
||||
"
|
||||
Reference in New Issue
Block a user