diff --git a/dev-python/cchardet/cchardet-2.1.6.ebuild b/dev-python/cchardet/cchardet-2.1.6.ebuild index f0e93a3f4b..6dfd2d5a4a 100644 --- a/dev-python/cchardet/cchardet-2.1.6.ebuild +++ b/dev-python/cchardet/cchardet-2.1.6.ebuild @@ -35,5 +35,5 @@ distutils_enable_tests nose #} python_test() { - "${EPYTHON}" setup.py nosetests || die + esetup.py nosetests || die "Tests fail with ${EPYTHON}" }