net-analyzer/suricata: Solved conflicting use flags
authorSlawomir Lis <slis@gentoo.org>
Mon, 24 Jul 2017 08:29:45 +0000 (10:29 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 24 Jul 2017 08:30:03 +0000 (10:30 +0200)
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

index 419c56ac26d846a5b4aea077067fb44e2641838d..f6aa21dbcc46c665139c526337fa86c5673e36b9 100644 (file)
@@ -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