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 994E7158020 for ; Sat, 15 Oct 2022 23:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CE6E03EC; Sat, 15 Oct 2022 23:40:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB695E03EC for ; Sat, 15 Oct 2022 23:40:43 +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 DF4A2340EF3 for ; Sat, 15 Oct 2022 23:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3039A5D6 for ; Sat, 15 Oct 2022 23:40:41 +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: <1665877235.c3c691eb0733b17efb4b3395f9778b2d47d11629.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/scala/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/scala/scala-2.12.4.ebuild X-VCS-Directories: dev-lang/scala/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3c691eb0733b17efb4b3395f9778b2d47d11629 X-VCS-Branch: master Date: Sat, 15 Oct 2022 23:40:41 +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: 7a4fce9f-b485-4a12-9a8b-6cbfef0696d9 X-Archives-Hash: d262af6d4b9766ef067fbcd42880b39b commit: c3c691eb0733b17efb4b3395f9778b2d47d11629 Author: Sam James gentoo org> AuthorDate: Sat Oct 15 23:40:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 23:40:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c691eb dev-lang/scala: drop to ~x86 Slacking stabilisation for sbt. Signed-off-by: Sam James gentoo.org> dev-lang/scala/scala-2.12.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/scala/scala-2.12.4.ebuild b/dev-lang/scala/scala-2.12.4.ebuild index fc66541405ac..58851200267d 100644 --- a/dev-lang/scala/scala-2.12.4.ebuild +++ b/dev-lang/scala/scala-2.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -70,7 +70,7 @@ SRC_URI=" https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz )" LICENSE="BSD" SLOT="${SV}/${PV}" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="binary emacs"