commit:     28e84444839a7a8739dc6150d149a6ed1e4e2b68
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov  7 11:10:32 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 20:30:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e84444

app-text/epstool: respect CC.

Closes: https://bugs.gentoo.org/753446
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18170
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-text/epstool/epstool-3.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/epstool/epstool-3.09.ebuild 
b/app-text/epstool/epstool-3.09.ebuild
index 80be2e478d4..21df4bab8b6 100644
--- a/app-text/epstool/epstool-3.09.ebuild
+++ b/app-text/epstool/epstool-3.09.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake epstool
+       emake CC="$(tc-getCC)" epstool
 }
 
 src_install() {

Reply via email to