summaryrefslogtreecommitdiff
path: root/net-analyzer/pmacct/pmacct-1.7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-15 13:19:56 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-15 13:19:56 +0100
commitd302a5d7fc9caafba5c8a404f2891bb6ccdec311 (patch)
tree2a3ee43f080d1d0086964de8c29ccf1021fdfda7 /net-analyzer/pmacct/pmacct-1.7.0.ebuild
parentea31ad0ed5501d0bf92267c35beaf06ac016bad2 (diff)
gentoo resync : 15.05.2018
Diffstat (limited to 'net-analyzer/pmacct/pmacct-1.7.0.ebuild')
-rw-r--r--net-analyzer/pmacct/pmacct-1.7.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
index ff729c382305..762deb0d3058 100644
--- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild
+++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,10 @@ SRC_URI="http://www.pmacct.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="64bit debug geoip geoipv2 ipv6 jansson kafka mongodb mysql ndpi nflog postgres rabbitmq sqlite threads zmq"
+IUSE="
+ 64bit geoip geoipv2 ipv6 jansson kafka mongodb mysql ndpi nflog postgres
+ rabbitmq sqlite threads zmq
+"
REQUIRED_USE="
?? ( geoip geoipv2 )
kafka? ( jansson )
@@ -52,7 +55,6 @@ src_configure() {
econf \
$(use_enable 64bit) \
- $(use_enable debug) \
$(use_enable geoip) \
$(use_enable geoipv2) \
$(use_enable ipv6) \