Diff kitty-0.38.1 with a kitty-9999

/usr/portage/x11-terms/kitty/kitty-9999.ebuild 2024-12-25 14:59:53.511270201 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
18 18
		verify-sig? ( https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )
19 19
	"
20 20
	VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kovidgoyal.gpg
21
	KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
21
	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
22 22
fi
23 23

  
24 24
DESCRIPTION="Fast, feature-rich, GPU-based terminal"
Thank you!