diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-06 03:57:09 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-06 04:10:03 -0500 |
commit | c5d951cdeede79760af81a5ef76dd8d1616918a0 (patch) | |
tree | ae5cdaec1ee282f786dbfdcdf554de5e800f5d6c /x11-terms/kitty | |
parent | x11-terms/kitty: add 0.24.1 (diff) | |
download | gentoo-c5d951cdeede79760af81a5ef76dd8d1616918a0.tar.gz gentoo-c5d951cdeede79760af81a5ef76dd8d1616918a0.tar.bz2 gentoo-c5d951cdeede79760af81a5ef76dd8d1616918a0.zip |
x11-terms/kitty: re-sync live
Accidentally reverted the --shell-integration update
when added IUSE=transfer.
Fixes: 5ab5d2999cb504df3136977702e28ef4649b4cb0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index f94b4bb5d66b..99fe4de04235 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -73,11 +73,6 @@ src_prepare() { rm -r kittens/transfer || die fi - # --shell-integration="enabled no-rc" is the intended way to set - # no-rc by default, but setup.py's replacer currently fails - # https://github.com/kovidgoyal/kitty/issues/4434 - sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" kitty/options/types.py || die - # test relies on 'who' command which doesn't detect users with pid-sandbox rm kitty_tests/utmp.py || die @@ -94,6 +89,7 @@ src_compile() { --disable-link-time-optimization --ignore-compiler-warnings --libdir-name=$(get_libdir) + --shell-integration="enabled no-rc" --update-check-interval=0 --verbose $(usev debug --debug) |