dev-python/decoratortools: Drop unnecessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-11 08:59:20 +02:00
parent e8fbdc8f47
commit 7ccea5c1a9

View File

@@ -3,6 +3,7 @@
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
@@ -19,7 +20,8 @@ SLOT="0"
KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""
DEPEND="app-arch/unzip
DEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
@@ -31,5 +33,5 @@ python_prepare_all() {
}
python_test() {
esetup.py test && einfo "Tests passed under ${EPYTHON}" || die "Tests failed under ${EPYTHON}"
esetup.py test
}