commit:     c32effab9e41d89e9137a6b5b797eed65c4119a2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 09:30:50 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 24 09:31:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32effab

net-irc/iroffer-dinoex: respect CC

Closes: https://bugs.gentoo.org/724966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild | 3 ++-
 net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild    | 3 ++-
 net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild    | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild 
b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
index b5ef681e382..4779e79651e 100644
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -58,6 +58,7 @@ do_configure() {
 src_configure() {
        do_configure \
                PREFIX="${EPREFIX}/usr"\
+               CC="$(tc-getCC)"\
                $(usex debug '-profiling' '' '' '')\
                $(usex debug '-debug' '' '' '')\
                $(usex geoip '-geoip' '' '' '')\

diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild 
b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
index 2adfa45a9d8..deadec3b9cc 100644
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -57,6 +57,7 @@ do_configure() {
 
 src_configure() {
        do_configure \
+               CC="$(tc-getCC)"
                PREFIX="${EPREFIX}/usr"\
                $(usex debug '-profiling' '' '' '')\
                $(usex debug '-debug' '' '' '')\

diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild 
b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
index 2f525ffe3ff..a1293eaa5bb 100644
--- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -57,7 +57,8 @@ do_configure() {
 
 src_configure() {
        do_configure \
-               PREFIX="${EPREFIX}/usr"\
+               PREFIX="${EPREFIX}/usr" \
+               CC="$(tc-getCC)" \
                $(usex debug '-profiling' '' '' '')\
                $(usex debug '-debug' '' '' '')\
                $(usex geoip '-geoip' '' '' '')\

Reply via email to