From 8c5b3ac089522c3c1e0c982e8748312fbaedeb8f Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 13 May 2018 17:54:55 +0200 Subject: [PATCH] net-analyzer/pmacct: Drop pointless USE=debug. Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- net-analyzer/pmacct/pmacct-1.7.0.ebuild | 8 +++++--- 1 file 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) \ -- 2.26.2