summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-05-13 15:24:33 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-05-13 15:26:23 -0500
commita1e09353443165511ed54eb023aaa831ac6b271c (patch)
treec464f175050ef1d4552442e53da63296bf373322 /net-firewall
parentsys-apps/man-pages: Remove old 5.09, 5.10 (diff)
downloadgentoo-a1e09353443165511ed54eb023aaa831ac6b271c.tar.gz
gentoo-a1e09353443165511ed54eb023aaa831ac6b271c.tar.bz2
gentoo-a1e09353443165511ed54eb023aaa831ac6b271c.zip
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@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firewalld/firewalld-0.9.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/net-firewall/firewalld/firewalld-0.9.1.ebuild b/net-firewall/firewalld/firewalld-0.9.1.ebuild
index 67e8ae564677..4d43de77508a 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")