From 8610c416bfc5e5fb30a1925c6d5dbbce5537baab Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Mon, 24 Jul 2017 10:29:45 +0200 Subject: 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 --- net-analyzer/suricata/suricata-3.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-analyzer') 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 -- cgit v1.2.3-65-gdbad