From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73380138350 for ; Sat, 25 Apr 2020 08:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7DA4E09A8; Sat, 25 Apr 2020 08:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AEF3E09AE for ; Sat, 25 Apr 2020 08:32:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F197034F025 for ; Sat, 25 Apr 2020 08:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7520D1C5 for ; Sat, 25 Apr 2020 08:32:23 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1587803541.4c780ad1a74d71eabb0d47044014ef3ac386e176.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild net-firewall/ipt_netflow/ipt_netflow-9999.ebuild X-VCS-Directories: net-firewall/ipt_netflow/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4c780ad1a74d71eabb0d47044014ef3ac386e176 X-VCS-Branch: master Date: Sat, 25 Apr 2020 08:32:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 570e949d-0886-466b-99bf-425df980fb9b X-Archives-Hash: 3ac337bac61c35ba230a3f53423a3532 commit: 4c780ad1a74d71eabb0d47044014ef3ac386e176 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 25 08:32:11 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 25 08:32:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c780ad1 net-firewall/ipt_netflow: Check for CONFIG_BRIDGE_NETFILTER Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers gentoo.org> net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild | 2 +- net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild index d5ba624302b..2c7d537f291 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.5.ebuild @@ -33,7 +33,7 @@ PATCHES=( pkg_setup() { linux-info_pkg_setup - local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q" + local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q" use debug && CONFIG_CHECK+=" ~DEBUG_FS" if use natevents; then CONFIG_CHECK+=" NF_CONNTRACK_EVENTS" diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index b0382acd22d..d24c48cebca 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild @@ -33,7 +33,7 @@ PATCHES=( pkg_setup() { linux-info_pkg_setup - local CONFIG_CHECK="~IP_NF_IPTABLES VLAN_8021Q" + local CONFIG_CHECK="BRIDGE_NETFILTER ~IP_NF_IPTABLES VLAN_8021Q" use debug && CONFIG_CHECK+=" ~DEBUG_FS" if use natevents; then CONFIG_CHECK+=" NF_CONNTRACK_EVENTS"