From: Justin Lecher Date: Fri, 11 Sep 2015 07:00:09 +0000 (+0200) Subject: dev-python/defusedxml: Drop unncessary die X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05882692d73f28ec20d512f5ad2645f799bab42a;p=gentoo.git dev-python/defusedxml: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild index 44a9452cb399..d61df2728855 100644 --- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild +++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) PYTHON_REQ_USE="xml(+)" @@ -18,7 +19,7 @@ LICENSE="PSF-2" SLOT="0" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } python_install_all() {