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 11:53:23
Message-Id: 1580212390.301a1a9a8bf8c039fb1622d40b0931afdb45c1f4.jer@gentoo
1 commit: 301a1a9a8bf8c039fb1622d40b0931afdb45c1f4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 11:52:37 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 11:53:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301a1a9a
7
8 net-analyzer/pmacct: Drop MYSQL_SERVER_VERSION hack
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Bug: https://bugs.gentoo.org/635104
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/pmacct/pmacct-1.7.4.ebuild | 1 -
15 net-analyzer/pmacct/pmacct-999999.ebuild | 1 -
16 2 files changed, 2 deletions(-)
17
18 diff --git a/net-analyzer/pmacct/pmacct-1.7.4.ebuild b/net-analyzer/pmacct/pmacct-1.7.4.ebuild
19 index 9c57928ebee..99560fad9a7 100644
20 --- a/net-analyzer/pmacct/pmacct-1.7.4.ebuild
21 +++ b/net-analyzer/pmacct/pmacct-1.7.4.ebuild
22 @@ -61,7 +61,6 @@ src_prepare() {
23 src_configure() {
24 tc-export CC AR RANLIB
25 append-cflags -fcommon
26 - append-cppflags -DMYSQL_SERVER_VERSION=99999999
27
28 econf \
29 $(use_enable 64bit) \
30
31 diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild
32 index fab338af5fe..a4410a2887e 100644
33 --- a/net-analyzer/pmacct/pmacct-999999.ebuild
34 +++ b/net-analyzer/pmacct/pmacct-999999.ebuild
35 @@ -58,7 +58,6 @@ src_prepare() {
36 src_configure() {
37 tc-export CC AR RANLIB
38 append-cflags -fcommon
39 - append-cppflags -DMYSQL_SERVER_VERSION=99999999
40
41 econf \
42 $(use_enable bgp-bins) \