Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/
Date: Thu, 26 May 2022 06:08:03
Message-Id: 1653545160.e1ed6449857ab96435b2224fe931ae015a1a3898.ionen@gentoo
1 commit: e1ed6449857ab96435b2224fe931ae015a1a3898
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 05:44:27 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 06:06:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ed6449
7
8 x11-terms/kitty-shell-integration: stabilize 0.25.0 for x86
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.0.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.0.ebuild
16 index 7ec327deb798..e4411a8cbd8d 100644
17 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.0.ebuild
18 +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.0.ebuild
19 @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}"
20
21 LICENSE="GPL-3"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~ppc64 x86"
25 RESTRICT="test" # intended to be ran on the full kitty package
26
27 src_compile() { :; }