summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-05-13 17:54:55 +0200
committerJeroen Roovers <jer@gentoo.org>2018-05-13 17:58:36 +0200
commit8c5b3ac089522c3c1e0c982e8748312fbaedeb8f (patch)
treec54c30212871b86dbbba1785517dd42b05e28249 /net-analyzer/pmacct
parentdev-util/qstlink2: 1.2.3 Qt5-based version bump (diff)
downloadgentoo-8c5b3ac089522c3c1e0c982e8748312fbaedeb8f.tar.gz
gentoo-8c5b3ac089522c3c1e0c982e8748312fbaedeb8f.tar.bz2
gentoo-8c5b3ac089522c3c1e0c982e8748312fbaedeb8f.zip
net-analyzer/pmacct: Drop pointless USE=debug.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'net-analyzer/pmacct')
-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) \