From: Justin Lecher Date: Fri, 11 Sep 2015 07:12:15 +0000 (+0200) Subject: dev-python/unidecode: Drop unnecessary die X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=237bfc65148d9d1eaa4ddfc1f9a505d983d8cad1;p=gentoo.git dev-python/unidecode: Drop unnecessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/unidecode/unidecode-0.04.17.ebuild b/dev-python/unidecode/unidecode-0.04.17.ebuild index 2b88813f180c..656d14962ae3 100644 --- a/dev-python/unidecode/unidecode-0.04.17.ebuild +++ b/dev-python/unidecode/unidecode-0.04.17.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } diff --git a/dev-python/unidecode/unidecode-0.04.18.ebuild b/dev-python/unidecode/unidecode-0.04.18.ebuild index 94c437eb6a04..f93ec9400628 100644 --- a/dev-python/unidecode/unidecode-0.04.18.ebuild +++ b/dev-python/unidecode/unidecode-0.04.18.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test }