commit:     44435800312f24fec16f4b82b3061ee63a29f15e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  2 20:43:51 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr  2 20:43:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44435800

dev-python/cchardet: call esetup.py cause its shorter

and add proper die message

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/cchardet/cchardet-2.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cchardet/cchardet-2.1.6.ebuild 
b/dev-python/cchardet/cchardet-2.1.6.ebuild
index f0e93a3..6dfd2d5 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}"
 }

Reply via email to