diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2023-06-27 12:10:33 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2023-06-27 12:12:37 +0300 |
commit | eb100ed1cba3a85817402eda31cec24181546b67 (patch) | |
tree | 582980385b8f4e4f19af2bcb0e0b86a6a5f0ca28 /net-firewall | |
parent | dev-util/ccache: Stabilize 4.8.2 x86, #909282 (diff) | |
download | gentoo-eb100ed1cba3a85817402eda31cec24181546b67.tar.gz gentoo-eb100ed1cba3a85817402eda31cec24181546b67.tar.bz2 gentoo-eb100ed1cba3a85817402eda31cec24181546b67.zip |
net-firewall/ipt_netflow: remove obsolete USE="debug"
Reported-by: Agostino Sarubbo <ago@gentoo.org>
Closes: https://bugs.gentoo.org/831306
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.6-r1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.6-r1.ebuild index ed681389901d..63f30e67a15b 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.6-r1.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.6-r1.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug natevents snmp" +IUSE="natevents snmp" RDEPEND=" net-firewall/iptables:0= @@ -38,7 +38,6 @@ PATCHES=( pkg_setup() { 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" if kernel_is lt 5 2; then @@ -88,7 +87,6 @@ src_configure() { --ipt-ver="${IPT_VERSION}" \ --kdir="${KV_DIR}" \ --kver="${KV_FULL}" \ - $(use debug && echo '--enable-debugfs') \ $(use natevents && echo '--enable-natevents') \ $(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent') } diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild index 2340a8abfae7..a26ec1f4b629 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug natevents snmp" +IUSE="natevents snmp" RDEPEND=" net-firewall/iptables:0= @@ -40,7 +40,6 @@ pkg_setup() { linux-info_pkg_setup 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" if kernel_is lt 5 2; then @@ -91,7 +90,6 @@ src_configure() { --ipt-ver="${IPT_VERSION}" \ --kdir="${KV_DIR}" \ --kver="${KV_FULL}" \ - $(use debug && echo '--enable-debugfs') \ $(use natevents && echo '--enable-natevents') \ $(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent') } diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index 2ea5558fb6e6..5c63a5984557 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/aabc/ipt-netflow" LICENSE="GPL-2" SLOT="0" -IUSE="debug natevents snmp" +IUSE="natevents snmp" RDEPEND=" net-firewall/iptables:0= @@ -33,7 +33,6 @@ PATCHES=( pkg_setup() { 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" if kernel_is lt 5 2; then @@ -82,7 +81,6 @@ src_configure() { --ipt-ver="${IPT_VERSION}" \ --kdir="${KV_DIR}" \ --kver="${KV_FULL}" \ - $(use debug && echo '--enable-debugfs') \ $(use natevents && echo '--enable-natevents') \ $(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent') } |