dev-python/numba: replace PYTHON with EPYTHON in python_test
authorMike Gilbert <floppym@gentoo.org>
Tue, 3 Jul 2018 15:42:57 +0000 (11:42 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 3 Jul 2018 15:43:06 +0000 (11:43 -0400)
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

dev-python/numba/numba-0.27.0.ebuild
dev-python/numba/numba-0.35.0.ebuild
dev-python/numba/numba-0.37.0.ebuild

index 38e04d182f3b3e656a6d4834bcbb5d75c176b2d3..91aa107c6b8517b329141dc06ac3e448a709f242 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -52,7 +52,7 @@ python_compile_all() {
 
 python_test() {
        cd "${BUILD_DIR}"/lib* || die
-       ${PYTHON} -c "import numba; numba.test()" || die
+       ${EPYTHON} -c "import numba; numba.test()" || die
 }
 
 python_install_all() {
index 40122f0ca61442689e72019ca3d29db8b0e4a5aa..e2943a43e4efc56e6761431aa64509f2018dda02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 
 python_test() {
        cd "${BUILD_DIR}"/lib* || die
-       ${PYTHON} -c "import numba; numba.test()" || die
+       ${EPYTHON} -c "import numba; numba.test()" || die
 }
 
 python_install_all() {
index 505a73baee17369b385d54b50ca92917fc437f02..d716ed6e7c5cb29ec0d6b058f47fd485e563d4a6 100644 (file)
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 
 python_test() {
        cd "${BUILD_DIR}"/lib* || die
-       ${PYTHON} -c "import numba; numba.test()" || die
+       ${EPYTHON} -c "import numba; numba.test()" || die
 }
 
 python_install_all() {