commit:     7475c28f33a99a5a6bd74e294bb17a3a1ce8ac02
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Jul 20 13:31:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 02:16:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7475c28f

net-firewall/firewalld: limit nftables dependency due to incompatibility

Bug: https://github.com/firewalld/firewalld/issues/1366
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37634
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../firewalld/{firewalld-2.1.1-r3.ebuild => firewalld-2.1.1-r4.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1-r3.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1-r4.ebuild
similarity index 97%
rename from net-firewall/firewalld/firewalld-2.1.1-r3.ebuild
rename to net-firewall/firewalld/firewalld-2.1.1-r4.ebuild
index e1ff652b6c61..5c6d72725da4 100644
--- a/net-firewall/firewalld/firewalld-2.1.1-r3.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1-r4.ebuild
@@ -19,6 +19,7 @@ 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 )
@@ -35,7 +36,7 @@ RDEPEND="
                net-firewall/iptables[ipv6(+)]
                net-firewall/ebtables
                net-firewall/ipset
-               nftables? ( net-firewall/nftables[xtables(+)] )
+               nftables? ( <net-firewall/nftables-1.1.0[xtables(+)] )
        )
        selinux? ( sec-policy/selinux-firewalld )
 "

Reply via email to