projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
108de5c
)
x11-terms/kitty: add missing die to 0.15.0
author
Joonas Niilola
<juippis@gentoo.org>
Tue, 3 Dec 2019 13:12:22 +0000
(15:12 +0200)
committer
Joonas Niilola
<juippis@gentoo.org>
Tue, 3 Dec 2019 13:13:51 +0000
(15:13 +0200)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
x11-terms/kitty/kitty-0.15.0.ebuild
patch
|
blob
|
history
diff --git
a/x11-terms/kitty/kitty-0.15.0.ebuild
b/x11-terms/kitty/kitty-0.15.0.ebuild
index 5e7043b85fbbf85d0105626fa8e621ae08a96e93..6cf7eb8c9ee322a42f47df9c1d4a345158070c27 100644
(file)
--- a/
x11-terms/kitty/kitty-0.15.0.ebuild
+++ b/
x11-terms/kitty/kitty-0.15.0.ebuild
@@
-77,7
+77,7
@@
src_compile() {
"${EPYTHON}" setup.py \
--verbose $(usex debug --debug "") \
--libdir-name $(get_libdir) \
- linux-package
+ linux-package
|| die "Failed to compile kitty."
}
src_test() {