Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/
Date: Sun, 24 May 2020 09:31:25
Message-Id: 1590312674.c32effab9e41d89e9137a6b5b797eed65c4119a2.zlogene@gentoo
1 commit: c32effab9e41d89e9137a6b5b797eed65c4119a2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 09:30:50 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 09:31:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32effab
7
8 net-irc/iroffer-dinoex: respect CC
9
10 Closes: https://bugs.gentoo.org/724966
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild | 3 ++-
15 net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild | 3 ++-
16 net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild | 5 +++--
17 3 files changed, 7 insertions(+), 4 deletions(-)
18
19 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
20 index b5ef681e382..4779e79651e 100644
21 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
22 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -58,6 +58,7 @@ do_configure() {
30 src_configure() {
31 do_configure \
32 PREFIX="${EPREFIX}/usr"\
33 + CC="$(tc-getCC)"\
34 $(usex debug '-profiling' '' '' '')\
35 $(usex debug '-debug' '' '' '')\
36 $(usex geoip '-geoip' '' '' '')\
37
38 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
39 index 2adfa45a9d8..deadec3b9cc 100644
40 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
41 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -57,6 +57,7 @@ do_configure() {
49
50 src_configure() {
51 do_configure \
52 + CC="$(tc-getCC)"
53 PREFIX="${EPREFIX}/usr"\
54 $(usex debug '-profiling' '' '' '')\
55 $(usex debug '-debug' '' '' '')\
56
57 diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
58 index 2f525ffe3ff..a1293eaa5bb 100644
59 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
60 +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 +# Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -57,7 +57,8 @@ do_configure() {
68
69 src_configure() {
70 do_configure \
71 - PREFIX="${EPREFIX}/usr"\
72 + PREFIX="${EPREFIX}/usr" \
73 + CC="$(tc-getCC)" \
74 $(usex debug '-profiling' '' '' '')\
75 $(usex debug '-debug' '' '' '')\
76 $(usex geoip '-geoip' '' '' '')\