summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-03 22:35:43 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-03 22:54:06 +0200
commitc3e018f3e513a311c3836962892938397f087799 (patch)
treea65aadf7f3c770cd0c7ce1e474f0dd3de68952ed /dev-lang/micropython
parentnet-misc/spiped: honor CC, CFLAGS and LDFLAGS. (diff)
downloadgentoo-c3e018f3e513a311c3836962892938397f087799.tar.gz
gentoo-c3e018f3e513a311c3836962892938397f087799.tar.bz2
gentoo-c3e018f3e513a311c3836962892938397f087799.zip
dev-lang/micropython: honor CC when running tests.
Closes: https://bugs.gentoo.org/722952 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/micropython')
-rw-r--r--dev-lang/micropython/micropython-1.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11.ebuild
index 0c8219f76706..a7361e69166f 100644
--- a/dev-lang/micropython/micropython-1.11.ebuild
+++ b/dev-lang/micropython/micropython-1.11.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
@@ -37,7 +37,7 @@ src_compile() {
src_test() {
cd ports/unix || die
- emake test
+ emake CC="$(tc-getCC)" test
}
src_install() {