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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49DDE1581D0 for ; Fri, 9 Feb 2024 01:06:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 921A9E2A4E; Fri, 9 Feb 2024 01:06:26 +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 76E80E2A4E for ; Fri, 9 Feb 2024 01:06: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 8AC1F3430B5 for ; Fri, 9 Feb 2024 01:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02DF414D0 for ; Fri, 9 Feb 2024 01:06:23 +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: <1707440761.4c82d81d2870380ee01a329f1f22fa6654c05643.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-term/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-term/lua-term-0.8.ebuild X-VCS-Directories: dev-lua/lua-term/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c82d81d2870380ee01a329f1f22fa6654c05643 X-VCS-Branch: master Date: Fri, 9 Feb 2024 01:06:23 +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: 46910c6a-b80f-4efd-9fff-8114b2201556 X-Archives-Hash: 41b20e93f3ef6534164baaf5e5c55312 commit: 4c82d81d2870380ee01a329f1f22fa6654c05643 Author: Sam James gentoo org> AuthorDate: Fri Feb 9 01:06:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 9 01:06:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c82d81d dev-lua/lua-term: Stabilize 0.8 arm64, #924122 Signed-off-by: Sam James gentoo.org> dev-lua/lua-term/lua-term-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-term/lua-term-0.8.ebuild b/dev-lua/lua-term/lua-term-0.8.ebuild index cf12d77d194a..3ebcf9432247 100644 --- a/dev-lua/lua-term/lua-term-0.8.ebuild +++ b/dev-lua/lua-term/lua-term-0.8.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND="${LUA_DEPS}"