From 05c45b8a93a0fd1a3c49cce7b18204ef0e2b23d2 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 25 Nov 2025 19:11:33 +0200 Subject: [PATCH] x11-terms/kitty-shell-integration: Stabilize 0.44.0 ALLARCHES, #966533 Signed-off-by: Arthur Zamarin --- .../kitty-shell-integration-0.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.44.0.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.44.0.ebuild index 6d3f01d1f3db..e0e648873b81 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.44.0.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.44.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz" S=${WORKDIR}/kitty-${PV} - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal emulator"