diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 11:09:34 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-05 11:20:53 -0400 |
commit | 1f3894b2bc6386af5cea181140a7cf7d136ba51a (patch) | |
tree | 23e894519fd359b4da7d0e881b68bc8c20e47635 /x11-terms | |
parent | x11-terms/kitty-shell-integration: add 0.30.1 (diff) | |
download | gentoo-1f3894b2bc6386af5cea181140a7cf7d136ba51a.tar.gz gentoo-1f3894b2bc6386af5cea181140a7cf7d136ba51a.tar.bz2 gentoo-1f3894b2bc6386af5cea181140a7cf7d136ba51a.zip |
x11-terms/kitty-shell-integration: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild index c50ecb7f91d9..422b27a10857 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,10 @@ LICENSE="GPL-3" SLOT="0" RESTRICT="test" # intended to be ran on the full kitty package +PATCHES=( + "${FILESDIR}"/kitty-0.30.1-no-sudo.patch +) + src_compile() { :; } src_install() { |