commit: 330875eb464377a5be18a47911f138086438acd7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 23 16:02:49 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 23 18:50:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330875eb
dev-python/json-rpc: add missing die.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/json-rpc/json-rpc-1.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/json-rpc/json-rpc-1.11.0.ebuild
b/dev-python/json-rpc/json-rpc-1.11.0.ebuild
index b46a3f9f107..d56a28e57a0 100644
--- a/dev-python/json-rpc/json-rpc-1.11.0.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.11.0.ebuild
@@ -28,7 +28,7 @@ DEPEND="
)"
python_prepare_all() {
- cat > jsonrpc/six.py <<- EOF
+ cat > jsonrpc/six.py <<- EOF || die
from __future__ import absolute_import
from six import *
EOF
@@ -36,5 +36,5 @@ python_prepare_all() {
}
python_test() {
- esetup.py test
+ esetup.py test || die
}