diff options
Diffstat (limited to 'x11-terms')
-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() { |