diff options
Diffstat (limited to 'x11-terms/kitty')
-rw-r--r-- | x11-terms/kitty/kitty-0.24.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-terms/kitty/kitty-0.24.0-r1.ebuild b/x11-terms/kitty/kitty-0.24.0-r1.ebuild index 5b83c19b7dda..f94b4bb5d66b 100644 --- a/x11-terms/kitty/kitty-0.24.0-r1.ebuild +++ b/x11-terms/kitty/kitty-0.24.0-r1.ebuild @@ -78,9 +78,7 @@ src_prepare() { # 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 typically works but have 1 VM - # where it didn't only under portage/sandbox, needs investigation but - # disable for now + # test relies on 'who' command which doesn't detect users with pid-sandbox rm kitty_tests/utmp.py || die # skip docs for live version diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 5b83c19b7dda..f94b4bb5d66b 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -78,9 +78,7 @@ src_prepare() { # 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 typically works but have 1 VM - # where it didn't only under portage/sandbox, needs investigation but - # disable for now + # test relies on 'who' command which doesn't detect users with pid-sandbox rm kitty_tests/utmp.py || die # skip docs for live version |