commit: a1e09353443165511ed54eb023aaa831ac6b271c Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu May 13 20:24:33 2021 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu May 13 20:26:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e09353
net-firewall/firewalld: remove obsolete configuration option The firewalld binary does not need to know the location of the nft binary any more because it now uses python-nftables exclusively. Closes: https://bugs.gentoo.org/758416 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> net-firewall/firewalld/firewalld-0.9.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.9.1.ebuild b/net-firewall/firewalld/firewalld-0.9.1.ebuild index 67e8ae56467..4d43de77508 100644 --- a/net-firewall/firewalld/firewalld-0.9.1.ebuild +++ b/net-firewall/firewalld/firewalld-0.9.1.ebuild @@ -70,7 +70,6 @@ src_configure() { local econf_args=( --enable-systemd - $(use_with nftables nft "${EPREFIX}/sbin/nft") $(use_with iptables iptables "${EPREFIX}/sbin/iptables") $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore") $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables")
