commit: 8c5b3ac089522c3c1e0c982e8748312fbaedeb8f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun May 13 15:54:55 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun May 13 15:58:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5b3ac0
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 ff729c38230..762deb0d305 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) \
