commit:     3a9a547f0aead57ccfda6e129c46ced1bf2c4811
Author:     Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 12:33:02 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 14:05:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a9a547f

dev-lang/wren: fix CC

Closes: https://bugs.gentoo.org/784932
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>

 dev-lang/wren/wren-0.3.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-lang/wren/wren-0.3.0.ebuild b/dev-lang/wren/wren-0.3.0.ebuild
index 472f7b0c7..f3899a344 100644
--- a/dev-lang/wren/wren-0.3.0.ebuild
+++ b/dev-lang/wren/wren-0.3.0.ebuild
@@ -43,10 +43,11 @@ EOF
 }
 
 src_compile() {
+       tc-export CC
        cd projects/make
-       emake
+       emake verbose=1
        cd "${WORKDIR}/wren-cli-${PV}/projects/make"
-       emake
+       emake verbose=1
 }
 
 python_test() {

Reply via email to