From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1703823-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 7185515800A
	for <garchives@archives.gentoo.org>; Sat, 28 Dec 2024 15:59:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39C76E07A9;
	Sat, 28 Dec 2024 15:59:53 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 31C2CE07A9
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:59:52 +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 6C9B5340906
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:59:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9D618E7
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 15:59:49 +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: <1735401561.8ed2bc1f6b9fe351b8211e94963bd6de1670c37e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/loksh/loksh-7.6.ebuild
X-VCS-Directories: app-shells/loksh/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8ed2bc1f6b9fe351b8211e94963bd6de1670c37e
X-VCS-Branch: master
Date: Sat, 28 Dec 2024 15:59:49 +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: e7086a4d-43ec-498b-9ab7-c8c622cd3c6e
X-Archives-Hash: 4b93ab83791d5ca5cd9486d501bc47c4

commit:     8ed2bc1f6b9fe351b8211e94963bd6de1670c37e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 15:59:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 15:59:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed2bc1f

app-shells/loksh: Stabilize 7.6 arm64, #947122

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

 app-shells/loksh/loksh-7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/loksh/loksh-7.6.ebuild b/app-shells/loksh/loksh-7.6.ebuild
index 5a2d11d30b46..022eec339873 100644
--- a/app-shells/loksh/loksh-7.6.ebuild
+++ b/app-shells/loksh/loksh-7.6.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]] ; then
 else
 	SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/${P}.tar.xz"
 
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="public-domain"