dev-python/translationstring: 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 09:10:37 +02:00
parent ac6755b2fd
commit 4b81bb4637

View File

@@ -24,7 +24,7 @@ RDEPEND=""
DOCS=( COPYRIGHT.txt README.rst )
python_test() {
esetup.py test || die
esetup.py test
}
src_install() {