From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1376173-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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5525B15808B
	for <garchives@archives.gentoo.org>; Wed, 16 Mar 2022 12:59:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 10F51E0831;
	Wed, 16 Mar 2022 12:59:19 +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 EAF0BE0831
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 12:59:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 9FB0B343616
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 12:59:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC4F2FB
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 Mar 2022 12:59:16 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1647435551.19b3b29d326f18c84fe5fae58ef7584bf48f0918.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
X-VCS-Directories: dev-lang/ammonite-repl-bin/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 19b3b29d326f18c84fe5fae58ef7584bf48f0918
X-VCS-Branch: master
Date: Wed, 16 Mar 2022 12:59:16 +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: dc9a2b9e-dfe6-4679-b6d4-a396629bdcaa
X-Archives-Hash: ef898a3381bc9c53340002476b30437c

commit:     19b3b29d326f18c84fe5fae58ef7584bf48f0918
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 12:57:36 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 12:59:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b3b29d

dev-lang/ammonite-repl-bin: stabilize 2.5.2 for amd64, x86

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
index 3cb6ca4d0ff0..6cae7d9be42f 100644
--- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
+++ b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Scala language-based scripting and REPL"
 HOMEPAGE="https://ammonite.io/"
 SRC_URI="https://github.com/com-lihaoyi/Ammonite/releases/download/${PV}/${SCALA_VERSION}-${PV} -> ${P}"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"