summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-04-11 18:58:51 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-04-11 19:19:02 -0400
commit8440f0ee96e9e6310a6d4c9c875767b160602251 (patch)
treec5433d128abc9486368ec45c11dea1e4dd552ae2 /x11-terms
parentx11-terms/kitty: add 0.25.0 (diff)
downloadgentoo-8440f0ee96e9e6310a6d4c9c875767b160602251.tar.gz
gentoo-8440f0ee96e9e6310a6d4c9c875767b160602251.tar.bz2
gentoo-8440f0ee96e9e6310a6d4c9c875767b160602251.zip
x11-terms/kitty: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 22dc6f82a916..16dd62bce059 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -81,6 +81,9 @@ src_prepare() {
# test relies on 'who' command which doesn't detect users with pid-sandbox
rm kitty_tests/utmp.py || die
+ # test may fail/hang depending on environment and shell initialization scripts
+ rm kitty_tests/ssh.py || die
+
# skip docs for live version
[[ ${PV} != 9999 ]] || sed -i '/exists.*_build/,/docs(ddir)/d' setup.py || die
}
@@ -116,7 +119,8 @@ src_install() {
insinto /usr
doins -r linux-package/.
- fperms +x /usr/bin/kitty
+ fperms +x /usr/bin/kitty \
+ /usr/$(get_libdir)/kitty/shell-integration/ssh/{askpass.py,kitty}
}
pkg_postinst() {