commit:     3a2b5088d321100df65ea1946ace26faf35be07c
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 08:15:16 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 08:15:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2b5088

net-firewall/ipt_netflow: fix incorrect handling of natevents configure option

Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/632472

Package-Manager: Portage-2.3.10, Repoman-2.3.1

 net-firewall/ipt_netflow/ipt_netflow-2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9fa1da5e448..c2ed5f6f427 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')
 }
 

Reply via email to