From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 268D8138350 for ; Tue, 28 Jan 2020 11:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E00CE083B; Tue, 28 Jan 2020 11:53:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF6FAE083B for ; Tue, 28 Jan 2020 11:53:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3702434E3AD for ; Tue, 28 Jan 2020 11:53:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86CB107 for ; Tue, 28 Jan 2020 11:53:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1580212390.301a1a9a8bf8c039fb1622d40b0931afdb45c1f4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pmacct/pmacct-1.7.4.ebuild net-analyzer/pmacct/pmacct-999999.ebuild X-VCS-Directories: net-analyzer/pmacct/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 301a1a9a8bf8c039fb1622d40b0931afdb45c1f4 X-VCS-Branch: master Date: Tue, 28 Jan 2020 11:53:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be3e735d-24db-4253-a8aa-d3355b9dbecb X-Archives-Hash: eb5a00033fe4d5b5e0e9b2d74b9354fc commit: 301a1a9a8bf8c039fb1622d40b0931afdb45c1f4 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jan 28 11:52:37 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jan 28 11:53:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301a1a9a net-analyzer/pmacct: Drop MYSQL_SERVER_VERSION hack Package-Manager: Portage-2.3.85, Repoman-2.3.20 Bug: https://bugs.gentoo.org/635104 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/pmacct/pmacct-1.7.4.ebuild | 1 - net-analyzer/pmacct/pmacct-999999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-analyzer/pmacct/pmacct-1.7.4.ebuild b/net-analyzer/pmacct/pmacct-1.7.4.ebuild index 9c57928ebee..99560fad9a7 100644 --- a/net-analyzer/pmacct/pmacct-1.7.4.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.4.ebuild @@ -61,7 +61,6 @@ src_prepare() { src_configure() { tc-export CC AR RANLIB append-cflags -fcommon - append-cppflags -DMYSQL_SERVER_VERSION=99999999 econf \ $(use_enable 64bit) \ diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild index fab338af5fe..a4410a2887e 100644 --- a/net-analyzer/pmacct/pmacct-999999.ebuild +++ b/net-analyzer/pmacct/pmacct-999999.ebuild @@ -58,7 +58,6 @@ src_prepare() { src_configure() { tc-export CC AR RANLIB append-cflags -fcommon - append-cppflags -DMYSQL_SERVER_VERSION=99999999 econf \ $(use_enable bgp-bins) \