Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Thu, 13 May 2021 20:26:31
Message-Id: 1620937583.a1e09353443165511ed54eb023aaa831ac6b271c.tamiko@gentoo
1 commit: a1e09353443165511ed54eb023aaa831ac6b271c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 20:24:33 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 20:26:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e09353
7
8 net-firewall/firewalld: remove obsolete configuration option
9
10 The firewalld binary does not need to know the location of the nft
11 binary any more because it now uses python-nftables exclusively.
12
13 Closes: https://bugs.gentoo.org/758416
14 Package-Manager: Portage-3.0.18, Repoman-3.0.3
15 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
16
17 net-firewall/firewalld/firewalld-0.9.1.ebuild | 1 -
18 1 file changed, 1 deletion(-)
19
20 diff --git a/net-firewall/firewalld/firewalld-0.9.1.ebuild b/net-firewall/firewalld/firewalld-0.9.1.ebuild
21 index 67e8ae56467..4d43de77508 100644
22 --- a/net-firewall/firewalld/firewalld-0.9.1.ebuild
23 +++ b/net-firewall/firewalld/firewalld-0.9.1.ebuild
24 @@ -70,7 +70,6 @@ src_configure() {
25
26 local econf_args=(
27 --enable-systemd
28 - $(use_with nftables nft "${EPREFIX}/sbin/nft")
29 $(use_with iptables iptables "${EPREFIX}/sbin/iptables")
30 $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore")
31 $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables")