commit: 8610c416bfc5e5fb30a1925c6d5dbbce5537baab
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 08:29:45 2017 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 08:30:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8610c416
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 <AT> 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(+)
diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild
b/net-analyzer/suricata/suricata-3.2-r1.ebuild
index 419c56ac26d..f6aa21dbcc4 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