Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
Date: Wed, 26 Aug 2020 14:53:04
Message-Id: 1598453570.342576f5b19a9f09e64218a21910b2ee2372cd5e.jer@gentoo
1 commit: 342576f5b19a9f09e64218a21910b2ee2372cd5e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 26 14:52:36 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 26 14:52:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342576f5
7
8 dev-libs/libmaxminddb: Set AR/CC
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Closes: https://bugs.gentoo.org/739104
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 2 ++
15 dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild | 2 ++
16 dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild | 2 ++
17 dev-libs/libmaxminddb/libmaxminddb-99999.ebuild | 5 +++--
18 4 files changed, 9 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
21 index 2beb460e554..f093d97c804 100644
22 --- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
23 +++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild
24 @@ -2,6 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 +inherit toolchain-funcs
29
30 DESCRIPTION="C library for the MaxMind DB file format"
31 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
32 @@ -16,6 +17,7 @@ DOCS=( Changes.md )
33
34 src_configure() {
35 econf $(use_enable static-libs static)
36 + tc-export AR CC
37 }
38
39 src_install() {
40
41 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
42 index e43296f2809..92c3e272b6d 100644
43 --- a/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
44 +++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.2.ebuild
45 @@ -2,6 +2,7 @@
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 +inherit toolchain-funcs
50
51 DESCRIPTION="C library for the MaxMind DB file format"
52 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
53 @@ -16,6 +17,7 @@ DOCS=( Changes.md )
54
55 src_configure() {
56 econf $(use_enable static-libs static)
57 + tc-export AR CC
58 }
59
60 src_install() {
61
62 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
63 index 386556e699b..3e02e09d373 100644
64 --- a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
65 +++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
66 @@ -2,6 +2,7 @@
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=7
70 +inherit toolchain-funcs
71
72 DESCRIPTION="C library for the MaxMind DB file format"
73 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
74 @@ -16,6 +17,7 @@ DOCS=( Changes.md )
75
76 src_configure() {
77 econf $(use_enable static-libs static)
78 + tc-export AR CC
79 }
80
81 src_install() {
82
83 diff --git a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
84 index 0162cffa49f..307904ee7c4 100644
85 --- a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
86 +++ b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
87 @@ -1,8 +1,8 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 +# Copyright 1999-2020 Gentoo Authors
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=7
93 -inherit autotools git-r3
94 +inherit autotools git-r3 toolchain-funcs
95
96 DESCRIPTION="C library for the MaxMind DB file format"
97 HOMEPAGE="https://github.com/maxmind/libmaxminddb"
98 @@ -22,6 +22,7 @@ src_prepare() {
99
100 src_configure() {
101 econf $(use_enable static-libs static)
102 + tc-export AR CC
103 }
104
105 src_install() {