diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-05-06 07:57:16 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-06 07:57:16 +0300 |
commit | 337aa37aab17a0c0fb3cebbf7d0693bc247d80cc (patch) | |
tree | ad08be307e948c692d96677082cb0a0fb1b458d9 /x11-terms | |
parent | app-text/crm114: fix LTO error due to broken function signatures (diff) | |
download | gentoo-337aa37aab17a0c0fb3cebbf7d0693bc247d80cc.tar.gz gentoo-337aa37aab17a0c0fb3cebbf7d0693bc247d80cc.tar.bz2 gentoo-337aa37aab17a0c0fb3cebbf7d0693bc247d80cc.zip |
x11-terms/kitty-shell-integration: Stabilize 0.34.1-r1 amd64, #931255
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild index a50a1338ca92..fe0be5dae0ba 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.34.1-r1.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() { :; } |