Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/wren/
Date: Sun, 16 May 2021 14:06:15
Message-Id: 1621173901.3a9a547f0aead57ccfda6e129c46ced1bf2c4811.cybertailor@gentoo
1 commit: 3a9a547f0aead57ccfda6e129c46ced1bf2c4811
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Sun May 16 12:33:02 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun May 16 14:05:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a9a547f
7
8 dev-lang/wren: fix CC
9
10 Closes: https://bugs.gentoo.org/784932
11 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
12
13 dev-lang/wren/wren-0.3.0.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/wren/wren-0.3.0.ebuild b/dev-lang/wren/wren-0.3.0.ebuild
17 index 472f7b0c7..f3899a344 100644
18 --- a/dev-lang/wren/wren-0.3.0.ebuild
19 +++ b/dev-lang/wren/wren-0.3.0.ebuild
20 @@ -43,10 +43,11 @@ EOF
21 }
22
23 src_compile() {
24 + tc-export CC
25 cd projects/make
26 - emake
27 + emake verbose=1
28 cd "${WORKDIR}/wren-cli-${PV}/projects/make"
29 - emake
30 + emake verbose=1
31 }
32
33 python_test() {