commit: 8440f0ee96e9e6310a6d4c9c875767b160602251
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 22:58:51 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 23:19:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8440f0ee
x11-terms/kitty: sync live
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-terms/kitty/kitty-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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() {