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: Thu, 30 Jun 2016 19:03:34
Message-Id: 1467313451.38465c370adbf8ab2e69182c025a6faba0b05b4b.slis@gentoo
1 commit: 38465c370adbf8ab2e69182c025a6faba0b05b4b
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 19:04:11 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 19:04:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38465c37
7
8 fixed #587548
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-analyzer/suricata/suricata-3.1.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/suricata/suricata-3.1.ebuild b/net-analyzer/suricata/suricata-3.1.ebuild
16 index 18a981c..4e48aa6 100644
17 --- a/net-analyzer/suricata/suricata-3.1.ebuild
18 +++ b/net-analyzer/suricata/suricata-3.1.ebuild
19 @@ -55,7 +55,6 @@ src_configure() {
20 $(use_enable af-packet) \
21 $(use_enable detection) \
22 $(use_enable nfqueue) \
23 - $(use_enable redis hiredis) \
24 $(use_enable test coccinelle) \
25 $(use_enable test unittests) \
26 $(use_enable control-socket unix-socket)
27 @@ -76,6 +75,9 @@ src_configure() {
28 if use nflog ; then
29 myeconfargs+=( $(use_enable nflog) )
30 fi
31 + if use redis ; then
32 + myeconfargs+=( $(use_enable redis hiredis) )
33 + fi
34 # not supported yet (no pfring in portage)
35 # if use pfring ; then
36 # myeconfargs+=( $(use_enable pfring) )