From 237bfc65148d9d1eaa4ddfc1f9a505d983d8cad1 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 11 Sep 2015 09:12:15 +0200 Subject: [PATCH] dev-python/unidecode: Drop unnecessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- dev-python/unidecode/unidecode-0.04.17.ebuild | 3 ++- dev-python/unidecode/unidecode-0.04.18.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 } -- 2.26.2