x11-terms/kitty: add missing die to -9999
authorJoonas Niilola <juippis@gentoo.org>
Tue, 3 Dec 2019 13:12:56 +0000 (15:12 +0200)
committerJoonas 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-9999.ebuild

index 5e7043b85fbbf85d0105626fa8e621ae08a96e93..6cf7eb8c9ee322a42f47df9c1d4a345158070c27 100644 (file)
@@ -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() {