diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-17 03:47:46 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-17 03:53:29 -0500 |
commit | 435708b3373ef2bbcc3e066731508cb6016ff531 (patch) | |
tree | 32f84f3125ae12f1de8a1bd1cc55774094d9d121 /x11-terms | |
parent | media-gfx/digikam: x86 stable wrt bug #831256 (diff) | |
download | gentoo-435708b3373ef2bbcc3e066731508cb6016ff531.tar.gz gentoo-435708b3373ef2bbcc3e066731508cb6016ff531.tar.bz2 gentoo-435708b3373ef2bbcc3e066731508cb6016ff531.zip |
x11-terms/kitty-terminfo: stabilize 0.23.1-r1 for x86
Not really testing running kitty itself on x86, but terminfo is
handy to ssh/chroot into x86. kitty-shell-integration will follow
suit when 0.24.x goes stable.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild index 651df9c89ca3..39ccb7d51e93 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RESTRICT="test" # intended to be ran on the full kitty package BDEPEND="sys-libs/ncurses" |