diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-08 14:17:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-08 14:23:01 -0400 |
commit | aae583bd5eefd64922875b05112b144c02432472 (patch) | |
tree | fc2935c8f0fcbdb03ee9c26fc3e0904fbc428215 /x11-terms | |
parent | x11-terms/kitty-terminfo: stabilize 0.26.2 for amd64, x86 (diff) | |
download | gentoo-aae583bd5eefd64922875b05112b144c02432472.tar.gz gentoo-aae583bd5eefd64922875b05112b144c02432472.tar.bz2 gentoo-aae583bd5eefd64922875b05112b144c02432472.zip |
x11-terms/kitty: stabilize 0.26.2 for amd64, x86
Bug: https://bugs.gentoo.org/868543
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-0.26.2.ebuild b/x11-terms/kitty/kitty-0.26.2.ebuild index 3ee9cbb30121..526e04ed18ad 100644 --- a/x11-terms/kitty/kitty-0.26.2.ebuild +++ b/x11-terms/kitty/kitty-0.26.2.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" |