projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027356f
)
app-crypt/pius: add missing die for 3.0.0
author
Joonas Niilola
<juippis@gentoo.org>
Thu, 16 Apr 2020 05:58:45 +0000
(08:58 +0300)
committer
Joonas Niilola
<juippis@gentoo.org>
Thu, 16 Apr 2020 06:50:57 +0000
(09:50 +0300)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-crypt/pius/pius-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/pius/pius-3.0.0.ebuild
b/app-crypt/pius/pius-3.0.0.ebuild
index 98c97aa5aff01933649691a7fdf2d66ae9b7550c..f7f3745afd4dc4fb94349e400a75d54864ab6856 100644
(file)
--- a/
app-crypt/pius/pius-3.0.0.ebuild
+++ b/
app-crypt/pius/pius-3.0.0.ebuild
@@
-23,5
+23,5
@@
RDEPEND="${DEPEND}
dev-lang/perl"
python_test() {
- ${EPYTHON} -m unittest discover -s test/* -v
+ ${EPYTHON} -m unittest discover -s test/* -v
|| die
}