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 CBBA21582EF for ; Wed, 26 Feb 2025 20:31: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 B76D83431B1 for ; Wed, 26 Feb 2025 20:31:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8AFEE1102D2; Wed, 26 Feb 2025 20:31: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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7E2531102D2 for ; Wed, 26 Feb 2025 20:31: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 40807343109 for ; Wed, 26 Feb 2025 20:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFDE727E4 for ; Wed, 26 Feb 2025 20:31:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1740601874.7e93f4e2a51e2255d037e0bf676aad7ccf4f65ee.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty-terminfo/kitty-terminfo-0.39.1.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7e93f4e2a51e2255d037e0bf676aad7ccf4f65ee X-VCS-Branch: master Date: Wed, 26 Feb 2025 20:31:24 +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: f96fdf6e-ebaa-415d-b444-ba16e33bf731 X-Archives-Hash: 6f73f3a1fc4f657d1e39961fd28958b3 commit: 7e93f4e2a51e2255d037e0bf676aad7ccf4f65ee Author: Arthur Zamarin gentoo org> AuthorDate: Wed Feb 26 20:31:14 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Feb 26 20:31:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e93f4e2 x11-terms/kitty-terminfo: Stabilize 0.39.1 arm64, #949550 Signed-off-by: Arthur Zamarin gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.39.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.39.1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.39.1.ebuild index 2284f2e68740..cd95244857b1 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.39.1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-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 BDEPEND="sys-libs/ncurses"