diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-12-03 15:12:22 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-03 15:13:51 +0200 |
commit | e59ef310b83e1dd6f33dabb3a67bcc8461dc0cd9 (patch) | |
tree | b6049b7c27b260738afc6f17e2b9497c72cbac5e /x11-terms/kitty | |
parent | x11-terms/kitty: bump to 0.15.0, improve ebuilds and add myself as a Proxy-Ma... (diff) | |
download | gentoo-e59ef310b83e1dd6f33dabb3a67bcc8461dc0cd9.tar.gz gentoo-e59ef310b83e1dd6f33dabb3a67bcc8461dc0cd9.tar.bz2 gentoo-e59ef310b83e1dd6f33dabb3a67bcc8461dc0cd9.zip |
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@gentoo.org>
Diffstat (limited to 'x11-terms/kitty')
-rw-r--r-- | x11-terms/kitty/kitty-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-0.15.0.ebuild b/x11-terms/kitty/kitty-0.15.0.ebuild index 5e7043b85fbb..6cf7eb8c9ee3 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() { |