From 44435800312f24fec16f4b82b3061ee63a29f15e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 2 Apr 2020 22:43:51 +0200 Subject: [PATCH] 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 --- 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 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}" }