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 544B11584AD for ; Thu, 08 May 2025 06:46:32 +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 3803C342FEB for ; Thu, 08 May 2025 06:46:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 497BE1103C0; Thu, 08 May 2025 06:46:28 +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 418B11103C0 for ; Thu, 08 May 2025 06:46:28 +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 EC80C342FB8 for ; Thu, 08 May 2025 06:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FEF6281D for ; Thu, 08 May 2025 06:46:26 +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: <1746686669.bf395db5a5146735e024af924faf224e12aa278c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild X-VCS-Directories: x11-terms/kitty-shell-integration/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bf395db5a5146735e024af924faf224e12aa278c X-VCS-Branch: master Date: Thu, 08 May 2025 06:46:26 +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: fd03cf2c-7c7f-4c2c-ae18-8b3d78812183 X-Archives-Hash: d69fe42161bb60e5c31cecd19abe91ef commit: bf395db5a5146735e024af924faf224e12aa278c Author: Ionen Wolkens gentoo org> AuthorDate: Thu May 8 06:41:44 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu May 8 06:44:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf395db5 x11-terms/kitty-shell-integration: stabilize everywhere Doing it myself rather than bother arch testers given this does nothing but copy text files and is ALLARCHES. Perhaps a minor annoyance is that will have to put kitty-terminfo and shell-integration in a separate bug in the future for ALLARCHES to work and, while not a major issue, being stabilized for ALLARCHES may print "skipped upgrade" warnings for users until the main kitty package is stabilized on that arch too due to the pinning which may be worse if e.g. x86 is done first then amd64/arm64 stalls. Closes: https://bugs.gentoo.org/955573 Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild | 2 +- x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild index 76995a85206e..5bc2e8b241fc 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.39.1.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RESTRICT="test" # intended to be ran on the full kitty package src_compile() { :; } diff --git a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild index 76995a85206e..5bc2e8b241fc 100644 --- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild +++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.41.1.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/kitty-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RESTRICT="test" # intended to be ran on the full kitty package src_compile() { :; }