From: Slawomir Lis Date: Mon, 24 Jul 2017 08:29:45 +0000 (+0200) Subject: net-analyzer/suricata: Solved conflicting use flags X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8610c416bfc5e5fb30a1925c6d5dbbce5537baab;p=gentoo.git net-analyzer/suricata: Solved conflicting use flags Use flags LUA and LUAJIT cannot be set at the same time. Reported in bug 625814 Reported-By: deference@null.net Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild index 419c56ac26d8..f6aa21dbcc46 100644 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+af-packet control-socket cuda debug +detection geoip hardened logrotate lua luajit nflog +nfqueue redis +rules test" +REQUIRED_USE="lua? ( !luajit )" + DEPEND=" >=dev-libs/jansson-2.2 dev-libs/libpcre