diff options
author | 2020-04-02 22:43:51 +0200 | |
---|---|---|
committer | 2020-04-02 22:43:51 +0200 | |
commit | 44435800312f24fec16f4b82b3061ee63a29f15e (patch) | |
tree | 1b4788d9e6080c18e698b4302d946cfbdccf1ddd /dev-python/cchardet | |
parent | sci-geosciences/geographiclib: enable python support (diff) | |
download | guru-44435800312f24fec16f4b82b3061ee63a29f15e.tar.gz guru-44435800312f24fec16f4b82b3061ee63a29f15e.tar.bz2 guru-44435800312f24fec16f4b82b3061ee63a29f15e.zip |
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@riseup.net>
Diffstat (limited to 'dev-python/cchardet')
-rw-r--r-- | dev-python/cchardet/cchardet-2.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cchardet/cchardet-2.1.6.ebuild b/dev-python/cchardet/cchardet-2.1.6.ebuild index f0e93a3f4..6dfd2d5a4 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}" } |