summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-03-24 21:11:07 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-03-24 21:11:07 -0400
commitcfdf2d98879568fb4f49cee1bf7302a34c091d11 (patch)
tree025399e8002955b7b3b83df1e12f4ae19c8716f3
parentgames-util/libstrangle: fix build with gcc13 (diff)
downloadgentoo-cfdf2d98879568fb4f49cee1bf7302a34c091d11.tar.gz
gentoo-cfdf2d98879568fb4f49cee1bf7302a34c091d11.tar.bz2
gentoo-cfdf2d98879568fb4f49cee1bf7302a34c091d11.zip
x11-terms/kitty-shell-integration: stabilize 0.27.1 for amd64
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-terms/kitty-shell-integration/kitty-shell-integration-0.27.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.27.1.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.27.1.ebuild
index 683e7101b6b5..1794c3f67f71 100644
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.27.1.ebuild
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.27.1.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RESTRICT="test" # intended to be ran on the full kitty package
src_compile() { :; }