diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-03-14 07:11:05 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-03-14 07:42:07 -0400 |
commit | b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30 (patch) | |
tree | 241127448dd4766223a6611b7919417592b3b7aa /x11-terms | |
parent | x11-terms/kitty-terminfo: stabilize 0.24.4 ALLARCHES (diff) | |
download | gentoo-b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30.tar.gz gentoo-b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30.tar.bz2 gentoo-b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30.zip |
x11-terms/kitty: stabilize 0.24.4 for amd64, x86
0.24.x been plagued with regressions but seems sorted out with .4
(also, work on 0.25.x has started so probably no .5 coming).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.24.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-0.24.4.ebuild b/x11-terms/kitty/kitty-0.24.4.ebuild index 22dc6f82a916..dffd2c441579 100644 --- a/x11-terms/kitty/kitty-0.24.4.ebuild +++ b/x11-terms/kitty/kitty-0.24.4.ebuild @@ -15,7 +15,7 @@ else https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz verify-sig? ( https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc64 x86" fi DESCRIPTION="Fast, feature-rich, GPU-based terminal" |