From 801e3c5f981caa0b49caf8d49ce696def30c16fc Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 3 Jul 2026 10:54:35 -0400 Subject: [PATCH] x11-terms/kitty-terminfo: Stabilize 0.47.4 ALLARCHES, #978470 Signed-off-by: Eli Schwartz --- x11-terms/kitty-terminfo/kitty-terminfo-0.47.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.47.4.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.47.4.ebuild index 193583584d529..c6b9f8ab8d8ac 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.47.4.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.47.4.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="Terminfo for kitty, a GPU-based terminal emulator"