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: Fri, 13 May 2022 14:51:30
Message-Id: 1652453430.469333aacd37e754b6eaa4c11d3f81da9182c62c.ionen@gentoo
1 commit: 469333aacd37e754b6eaa4c11d3f81da9182c62c
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 14:29:05 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 14:50:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469333aa
7
8 x11-terms/kitty-shell-integration: stabilize 0.25.0 for amd64
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 4c3e987c411b..7ec327deb798 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() { :; }