From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 3D5021582EF for ; Thu, 13 Feb 2025 07:15:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2886B343168 for ; Thu, 13 Feb 2025 07:15:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0F148110475; Thu, 13 Feb 2025 07:14:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 09EF3110475 for ; Thu, 13 Feb 2025 07:14:56 +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 B3C81343097 for ; Thu, 13 Feb 2025 07:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE95627FD for ; Thu, 13 Feb 2025 07:14:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1739430814.0c2514d9303dbc3a36dec48ada8536bcfc89e11f.juippis@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.39.1.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0c2514d9303dbc3a36dec48ada8536bcfc89e11f X-VCS-Branch: master Date: Thu, 13 Feb 2025 07:14:52 +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: 22d16b2e-a0dd-4593-a024-78097caaf43b X-Archives-Hash: 8c58ebb80ce489d966f253818d42c29e commit: 0c2514d9303dbc3a36dec48ada8536bcfc89e11f Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 13 07:13:34 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 13 07:13:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2514d9 x11-terms/kitty: Stabilize 0.39.1 x86, #949550 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty/kitty-0.39.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty/kitty-0.39.1.ebuild b/x11-terms/kitty/kitty-0.39.1.ebuild index 81145e1595fc..e280fcfb10a5 100644 --- a/x11-terms/kitty/kitty-0.39.1.ebuild +++ b/x11-terms/kitty/kitty-0.39.1.ebuild @@ -18,7 +18,7 @@ else verify-sig? ( https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig ) " VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kovidgoyal.gpg - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Fast, feature-rich, GPU-based terminal"