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: Tue, 28 Jan 2020 10:40:37
Message-Id: 1580208026.7e237dfad194a77b849d8748d22116cef9fffe2f.jer@gentoo
1 commit: 7e237dfad194a77b849d8748d22116cef9fffe2f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 10:39:40 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 10:40:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e237dfa
7
8 net-analyzer/pmacct: Drop obsolete IUSE=64bit
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/pmacct/pmacct-999999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild
17 index d895fbe067a..fab338af5fe 100644
18 --- a/net-analyzer/pmacct/pmacct-999999.ebuild
19 +++ b/net-analyzer/pmacct/pmacct-999999.ebuild
20 @@ -12,7 +12,7 @@ LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS=""
23 IUSE="
24 - 64bit +bgp-bins +bmp-bins geoip geoipv2 jansson kafka +l2 mongodb mysql
25 + +bgp-bins +bmp-bins geoip geoipv2 jansson kafka +l2 mongodb mysql
26 ndpi nflog plabel postgres rabbitmq sqlite +st-bins +traffic-bins zmq
27 "
28 REQUIRED_USE="
29 @@ -61,7 +61,6 @@ src_configure() {
30 append-cppflags -DMYSQL_SERVER_VERSION=99999999
31
32 econf \
33 - $(use_enable 64bit) \
34 $(use_enable bgp-bins) \
35 $(use_enable bmp-bins) \
36 $(use_enable geoip) \