From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1693254-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B822C1581EC
	for <garchives@archives.gentoo.org>; Sat, 23 Nov 2024 17:19:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 905F0E07FA;
	Sat, 23 Nov 2024 17:19:40 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6D14EE07F1
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 17:19:40 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7B9C4342FA4
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 17:19:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E19DD1E74
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Nov 2024 17:19:37 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1732382358.baaedb42954fe16abfdc25346b7b95fa66337494.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/neovim/neovim-0.10.2.ebuild
X-VCS-Directories: app-editors/neovim/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: baaedb42954fe16abfdc25346b7b95fa66337494
X-VCS-Branch: master
Date: Sat, 23 Nov 2024 17:19:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 12eb7b2e-10d3-4cb9-9f7f-09ea6481fcdf
X-Archives-Hash: 0609c99f97438b3657cb84b2c910547d

commit:     baaedb42954fe16abfdc25346b7b95fa66337494
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 17:19:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 17:19:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaedb42

app-editors/neovim: Stabilize 0.10.2 arm64, #942933

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/neovim-0.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/neovim/neovim-0.10.2.ebuild b/app-editors/neovim/neovim-0.10.2.ebuild
index edf16933b50b..7efc3104baed 100644
--- a/app-editors/neovim/neovim-0.10.2.ebuild
+++ b/app-editors/neovim/neovim-0.10.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/neovim/neovim.git"
 else
 	SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+	KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
 LICENSE="Apache-2.0 vim"