commit:     9a8e32eed40e2b5cdf8acbb259e9481f6575cb3e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 13:12:56 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=9a8e32ee

x11-terms/kitty: add missing die to -9999

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

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

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