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
This commit is contained in:
Slawomir Lis
2017-07-24 10:29:45 +02:00
parent b5af2de0d1
commit 8610c416bf

View 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