summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2017-07-24 10:29:45 +0200
committerSlawomir Lis <slis@gentoo.org>2017-07-24 10:30:03 +0200
commit8610c416bfc5e5fb30a1925c6d5dbbce5537baab (patch)
treedebb3b3a2e20deba1ea99852c7832db5d4140f19 /net-analyzer/suricata/suricata-3.2-r1.ebuild
parentdev-util/checkbashisms: Removed old. (diff)
downloadgentoo-8610c416bfc5e5fb30a1925c6d5dbbce5537baab.tar.gz
gentoo-8610c416bfc5e5fb30a1925c6d5dbbce5537baab.tar.bz2
gentoo-8610c416bfc5e5fb30a1925c6d5dbbce5537baab.zip
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
Diffstat (limited to 'net-analyzer/suricata/suricata-3.2-r1.ebuild')
-rw-r--r--net-analyzer/suricata/suricata-3.2-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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