commit: 072caf4d18545bb8f752bebc4084f6d7be409ed1 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Feb 1 09:37:27 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Feb 1 09:54:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072caf4d
x11-terms/kitty-shell-integration: match keywords w/ kitty-terminfo This only installs text-only files and similarly meant to be installed on remote machines like kitty-terminfo if wanted. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.0.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.0.ebuild index 4f04ac04c22a..180d8106dfee 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.0.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.0.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RESTRICT="test" # intended to be ran on the full kitty package src_compile() { :; }