From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4345315808C for ; Mon, 14 Mar 2022 11:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C52BE08FE; Mon, 14 Mar 2022 11:43:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E640E08FC for ; Mon, 14 Mar 2022 11:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1D1B343267 for ; Mon, 14 Mar 2022 11:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2CF8339 for ; Mon, 14 Mar 2022 11:43:06 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1647258127.b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.24.4.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30 X-VCS-Branch: master Date: Mon, 14 Mar 2022 11:43:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10c099e6-2dae-4943-aac0-0e60ac780df1 X-Archives-Hash: 54985e3b9a0e4b95e169d2208848db25 commit: b57e1cc2fe7e5c57f57974b9d1ffebec0a8f8d30 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 14 11:11:05 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 14 11:42:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57e1cc2 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 gentoo.org> x11-terms/kitty/kitty-0.24.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"