commit:     7ccea5c1a9c55b252b641a9cbefedcc82c6a965c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 06:59:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccea5c1

dev-python/decoratortools: Drop unnecessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/decoratortools/decoratortools-1.8-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/decoratortools/decoratortools-1.8-r1.ebuild 
b/dev-python/decoratortools/decoratortools-1.8-r1.ebuild
index 3561795..5609068 100644
--- a/dev-python/decoratortools/decoratortools-1.8-r1.ebuild
+++ b/dev-python/decoratortools/decoratortools-1.8-r1.ebuild
@@ -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
 }

Reply via email to