diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:49:28 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:57:01 -0400 |
commit | 4de4878eeec9150e18b29d7991b9a71cecb62d5e (patch) | |
tree | 3f7869cd4e3d50a348c2be5501159f6cbe520483 /x11-terms | |
parent | x11-terms/kitty-terminfo: stabilize 0.25.1 ALLARCHES (diff) | |
download | gentoo-4de4878eeec9150e18b29d7991b9a71cecb62d5e.tar.gz gentoo-4de4878eeec9150e18b29d7991b9a71cecb62d5e.tar.bz2 gentoo-4de4878eeec9150e18b29d7991b9a71cecb62d5e.zip |
x11-terms/kitty: stabilize 0.25.1 for amd64, x86
Early'ish but to get fix for bug #848822 in
Bug: https://bugs.gentoo.org/848822
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-0.25.1.ebuild b/x11-terms/kitty/kitty-0.25.1.ebuild index 531d4fb7df94..b8455230a169 100644 --- a/x11-terms/kitty/kitty-0.25.1.ebuild +++ b/x11-terms/kitty/kitty-0.25.1.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" |