From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7759E1382DE for ; Thu, 30 Jun 2016 19:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B5ACE0914; Thu, 30 Jun 2016 19:03:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E60F8E0914 for ; Thu, 30 Jun 2016 19:03:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3283C340E91 for ; Thu, 30 Jun 2016 19:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97A3616C4 for ; Thu, 30 Jun 2016 19:03:22 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1467313451.38465c370adbf8ab2e69182c025a6faba0b05b4b.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-3.1.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 38465c370adbf8ab2e69182c025a6faba0b05b4b X-VCS-Branch: master Date: Thu, 30 Jun 2016 19:03:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 709a711d-928e-46d1-b2d8-6bab5942593f X-Archives-Hash: 2b582492b9265c306f32c86dd2ac05ab commit: 38465c370adbf8ab2e69182c025a6faba0b05b4b Author: Slawomir Lis gentoo org> AuthorDate: Thu Jun 30 19:04:11 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Jun 30 19:04:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38465c37 fixed #587548 Package-Manager: portage-2.3.0_rc1 net-analyzer/suricata/suricata-3.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/suricata/suricata-3.1.ebuild b/net-analyzer/suricata/suricata-3.1.ebuild index 18a981c..4e48aa6 100644 --- a/net-analyzer/suricata/suricata-3.1.ebuild +++ b/net-analyzer/suricata/suricata-3.1.ebuild @@ -55,7 +55,6 @@ src_configure() { $(use_enable af-packet) \ $(use_enable detection) \ $(use_enable nfqueue) \ - $(use_enable redis hiredis) \ $(use_enable test coccinelle) \ $(use_enable test unittests) \ $(use_enable control-socket unix-socket) @@ -76,6 +75,9 @@ src_configure() { if use nflog ; then myeconfargs+=( $(use_enable nflog) ) fi + if use redis ; then + myeconfargs+=( $(use_enable redis hiredis) ) + fi # not supported yet (no pfring in portage) # if use pfring ; then # myeconfargs+=( $(use_enable pfring) )