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 0E5BC1580EB for ; Thu, 22 May 2025 21:48:45 +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 D258A3432EB for ; Thu, 22 May 2025 21:48:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 111811104B9; Thu, 22 May 2025 21:48:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 0B0E71104B9 for ; Thu, 22 May 2025 21:48: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B60623432A9 for ; Thu, 22 May 2025 21:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C06228AA for ; Thu, 22 May 2025 21:48:19 +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: <1747950464.774e4369c35c6fc3b9845b61a380df114d23d785.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild X-VCS-Directories: dev-java/scala-cli-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 774e4369c35c6fc3b9845b61a380df114d23d785 X-VCS-Branch: master Date: Thu, 22 May 2025 21:48:19 +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: 48a915ea-8754-4a77-b438-9a04418f7b20 X-Archives-Hash: bc7e7f7ac704acb259a6eb2ad04831d2 commit: 774e4369c35c6fc3b9845b61a380df114d23d785 Author: Sam James gentoo org> AuthorDate: Thu May 22 21:47:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 22 21:47:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e4369 dev-java/scala-cli-bin: Stabilize 1.6.1 amd64, #956462 Signed-off-by: Sam James gentoo.org> dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild index 8265419c2174..9dc1adea29f2 100644 --- a/dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild +++ b/dev-java/scala-cli-bin/scala-cli-bin-1.6.1.ebuild @@ -29,7 +29,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" # A JRE is not strictly required if native images of scala-cli are used # (amd64, arm64). However we may want a system JRE anyway, and having JRE