dev-python/humanfriendly: Drop unncessary 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:57:10 +02:00
parent a5350b9a48
commit 86b3cfeb74
2 changed files with 2 additions and 2 deletions

View File

@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test || die
esetup.py test
}

View File

@@ -22,5 +22,5 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test || die
esetup.py test
}