Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/
Date: Mon, 24 Jul 2017 08:30:17
Message-Id: 1500885003.8610c416bfc5e5fb30a1925c6d5dbbce5537baab.slis@gentoo
1 commit: 8610c416bfc5e5fb30a1925c6d5dbbce5537baab
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 24 08:29:45 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 24 08:30:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8610c416
7
8 net-analyzer/suricata: Solved conflicting use flags
9
10 Use flags LUA and LUAJIT cannot be set at the same time.
11 Reported in bug 625814
12
13 Reported-By: deference <AT> null.net
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 net-analyzer/suricata/suricata-3.2-r1.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild
20 index 419c56ac26d..f6aa21dbcc4 100644
21 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild
22 +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild
23 @@ -14,6 +14,8 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE="+af-packet control-socket cuda debug +detection geoip hardened logrotate lua luajit nflog +nfqueue redis +rules test"
26
27 +REQUIRED_USE="lua? ( !luajit )"
28 +
29 DEPEND="
30 >=dev-libs/jansson-2.2
31 dev-libs/libpcre