Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/
Date: Sat, 25 Apr 2020 08:32:28
Message-Id: 1587803541.4c780ad1a74d71eabb0d47044014ef3ac386e176.jer@gentoo
1 commit: 4c780ad1a74d71eabb0d47044014ef3ac386e176
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 08:32:11 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 08:32:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c780ad1
7
8 net-firewall/ipt_netflow: Check for CONFIG_BRIDGE_NETFILTER
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild | 2 +-
14 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
18 index d5ba624302b..2c7d537f291 100644
19 --- a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
20 +++ b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild
21 @@ -33,7 +33,7 @@ PATCHES=(
22 pkg_setup() {
23 linux-info_pkg_setup
24
25 - local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
26 + local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
27 use debug && CONFIG_CHECK+=" ~DEBUG_FS"
28 if use natevents; then
29 CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"
30
31 diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
32 index b0382acd22d..d24c48cebca 100644
33 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
34 +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild
35 @@ -33,7 +33,7 @@ PATCHES=(
36 pkg_setup() {
37 linux-info_pkg_setup
38
39 - local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q"
40 + local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q"
41 use debug && CONFIG_CHECK+=" ~DEBUG_FS"
42 if use natevents; then
43 CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"