diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-07-24 10:29:45 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-07-24 10:30:03 +0200 |
commit | 8610c416bfc5e5fb30a1925c6d5dbbce5537baab (patch) | |
tree | debb3b3a2e20deba1ea99852c7832db5d4140f19 /net-analyzer/suricata/suricata-3.2-r1.ebuild | |
parent | dev-util/checkbashisms: Removed old. (diff) | |
download | gentoo-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.ebuild | 2 |
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 |