Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/
Date: Sun, 13 May 2018 15:58:46
Message-Id: 1526227116.8c5b3ac089522c3c1e0c982e8748312fbaedeb8f.jer@gentoo
1 commit: 8c5b3ac089522c3c1e0c982e8748312fbaedeb8f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 15:54:55 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 15:58:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5b3ac0
7
8 net-analyzer/pmacct: Drop pointless USE=debug.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 net-analyzer/pmacct/pmacct-1.7.0.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
16 index ff729c38230..762deb0d305 100644
17 --- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild
18 +++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,10 @@ SRC_URI="http://www.pmacct.net/${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql ndpi nflog postgres rabbitmq sqlite threads zmq"
30 +IUSE="
31 + 64bit geoip geoipv2 ipv6 jansson kafka mongodb mysql ndpi nflog postgres
32 + rabbitmq sqlite threads zmq
33 +"
34 REQUIRED_USE="
35 ?? ( geoip geoipv2 )
36 kafka? ( jansson )
37 @@ -52,7 +55,6 @@ src_configure() {
38
39 econf \
40 $(use_enable 64bit) \
41 - $(use_enable debug) \
42 $(use_enable geoip) \
43 $(use_enable geoipv2) \
44 $(use_enable ipv6) \