commit: 950d20f93e40ef88044d06a3854cdc684ae57084
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Sat Jul 7 13:15:31 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 13:53:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950d20f9
dev-python/python-efl: use EPYTHON in python_test for 1.20.0-r1
Package-Manager: Portage[mgorny]-2.3.36.1
dev-python/python-efl/python-efl-1.20.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
index df7efa876ce..629baf98e20 100644
--- a/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
+++ b/dev-python/python-efl/python-efl-1.20.0-r1.ebuild
@@ -59,7 +59,7 @@ python_test() {
sed -i 's/>= 13/>= 10/g' ecore/test_08_exe.py || die
sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die
- ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with
${EPYTHON}"
+ ${EPYTHON} 00_run_all_tests.py --verbose || die "Tests failed with
${EPYTHON}"
}
python_install_all() {