From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CB13A1581EC for ; Fri, 22 Nov 2024 19:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E28D0E087F; Fri, 22 Nov 2024 19:50:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB4C5E087F for ; Fri, 22 Nov 2024 19:50:22 +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 DB49033EB78 for ; Fri, 22 Nov 2024 19:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB231898 for ; Fri, 22 Nov 2024 19:50:20 +0000 (UTC) From: "Sam James" 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" Message-ID: <1732305008.a16dcb2195da35e50dd7dd11302c2645272e0055.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.5.ebuild X-VCS-Directories: app-shells/loksh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a16dcb2195da35e50dd7dd11302c2645272e0055 X-VCS-Branch: master Date: Fri, 22 Nov 2024 19:50:20 +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: 2db47e5e-395e-4d79-abeb-700ed791cc1e X-Archives-Hash: cd48b6f27bd3f62482e3f7e3a28f9958 commit: a16dcb2195da35e50dd7dd11302c2645272e0055 Author: Sam James gentoo org> AuthorDate: Fri Nov 22 19:50:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 22 19:50:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16dcb21 app-shells/loksh: Stabilize 7.5 arm, #944507 Signed-off-by: Sam James gentoo.org> app-shells/loksh/loksh-7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/loksh/loksh-7.5.ebuild b/app-shells/loksh/loksh-7.5.ebuild index 022eec339873..ae88ded1f660 100644 --- a/app-shells/loksh/loksh-7.5.ebuild +++ b/app-shells/loksh/loksh-7.5.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"