From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1200043-garchives=archives.gentoo.org@lists.gentoo.org>
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 DCCED138359
	for <garchives@archives.gentoo.org>; Wed, 26 Aug 2020 14:53:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F2E28E0908;
	Wed, 26 Aug 2020 14:53:03 +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 D5D89E0908
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2020 14:53:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 47B4133BEDE
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2020 14:52:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 964202FE
	for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2020 14:52:53 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
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" <jer@gentoo.org>
Message-ID: <1598453570.342576f5b19a9f09e64218a21910b2ee2372cd5e.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
X-VCS-Directories: dev-libs/libmaxminddb/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 342576f5b19a9f09e64218a21910b2ee2372cd5e
X-VCS-Branch: master
Date: Wed, 26 Aug 2020 14:52:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8db7fbac-7499-489b-8cc0-2fcc5a79a47d
X-Archives-Hash: 0272ee4574a4523d4f057129d140074d

commit:     342576f5b19a9f09e64218a21910b2ee2372cd5e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 14:52:36 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 14:52:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342576f5

dev-libs/libmaxminddb: Set AR/CC

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/739104
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 2 ++
 dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild | 2 ++
 dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild | 2 ++
 dev-libs/libmaxminddb/libmaxminddb-99999.ebuild | 5 +++--
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
index 2beb460e554..f093d97c804 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+inherit toolchain-funcs
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
 
 src_configure() {
 	econf $(use_enable static-libs static)
+	tc-export AR CC
 }
 
 src_install() {

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
index e43296f2809..92c3e272b6d 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+inherit toolchain-funcs
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
 
 src_configure() {
 	econf $(use_enable static-libs static)
+	tc-export AR CC
 }
 
 src_install() {

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
index 386556e699b..3e02e09d373 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+inherit toolchain-funcs
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
 
 src_configure() {
 	econf $(use_enable static-libs static)
+	tc-export AR CC
 }
 
 src_install() {

diff --git a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
index 0162cffa49f..307904ee7c4 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3
+inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -22,6 +22,7 @@ src_prepare() {
 
 src_configure() {
 	econf $(use_enable static-libs static)
+	tc-export AR CC
 }
 
 src_install() {