diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-24 12:30:50 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-24 12:31:14 +0300 |
commit | c32effab9e41d89e9137a6b5b797eed65c4119a2 (patch) | |
tree | ed77d907e55f1551572f8b9d8cba881723e1a801 /net-irc/iroffer-dinoex | |
parent | net-mail/courier-imap: version bump to 5.0.10 (diff) | |
download | gentoo-c32effab9e41d89e9137a6b5b797eed65c4119a2.tar.gz gentoo-c32effab9e41d89e9137a6b5b797eed65c4119a2.tar.bz2 gentoo-c32effab9e41d89e9137a6b5b797eed65c4119a2.zip |
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@gentoo.org>
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.30-r1.ebuild | 3 | ||||
-rw-r--r-- | net-irc/iroffer-dinoex/iroffer-dinoex-3.31.ebuild | 3 | ||||
-rw-r--r-- | 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 b5ef681e3827..4779e79651ed 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 2adfa45a9d83..deadec3b9ccc 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 2f525ffe3ffb..a1293eaa5bbf 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' '' '' '')\ |