commit:     e59ef310b83e1dd6f33dabb3a67bcc8461dc0cd9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 13:12:22 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 13:13:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59ef310

x11-terms/kitty: add missing die to 0.15.0

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-terms/kitty/kitty-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/kitty/kitty-0.15.0.ebuild 
b/x11-terms/kitty/kitty-0.15.0.ebuild
index 5e7043b85fb..6cf7eb8c9ee 100644
--- 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() {

Reply via email to