From: Sergey Popov Date: Tue, 3 Oct 2017 08:15:16 +0000 (+0300) Subject: net-firewall/ipt_netflow: fix incorrect handling of natevents configure option X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a2b5088d321100df65ea1946ace26faf35be07c;p=gentoo.git net-firewall/ipt_netflow: fix incorrect handling of natevents configure option Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/632472 Package-Manager: Portage-2.3.10, Repoman-2.3.1 --- diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild index 9fa1da5e4485..c2ed5f6f4274 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild @@ -84,7 +84,7 @@ src_configure() { --kdir="${KV_DIR}" \ --kver="${KV_FULL}" \ $(use debug && echo '--enable-debugfs') \ - $(use_enable natevents) \ + $(use natevents && echo '--enable-natevents') \ $(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent') }