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 05EE6158090 for ; Thu, 12 May 2022 17:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1036CE095C; Thu, 12 May 2022 17:01:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECAFEE095C for ; Thu, 12 May 2022 17:01:38 +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 04AE2341403 for ; Thu, 12 May 2022 17:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45CBD453 for ; Thu, 12 May 2022 17:01:35 +0000 (UTC) From: "Florian Schmaus" 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" Message-ID: <1652374892.b9fd102ad3057b7f80a1da4b2a754cbfc73e1e84.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/mill-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/mill-bin/mill-bin-0.10.2.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b9fd102ad3057b7f80a1da4b2a754cbfc73e1e84 X-VCS-Branch: master Date: Thu, 12 May 2022 17:01:35 +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: 60f77add-801e-4f71-8156-27167eea2fad X-Archives-Hash: 1bf39c60630da9267504ca9cde93728f commit: b9fd102ad3057b7f80a1da4b2a754cbfc73e1e84 Author: Florian Schmaus gentoo org> AuthorDate: Thu May 12 17:00:57 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu May 12 17:01:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fd102a dev-java/mill-bin: stabilize 0.10.2 for amd64, x86 Signed-off-by: Florian Schmaus gentoo.org> dev-java/mill-bin/mill-bin-0.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/mill-bin/mill-bin-0.10.2.ebuild b/dev-java/mill-bin/mill-bin-0.10.2.ebuild index e8485c57dfd6..4b4375e44bc5 100644 --- a/dev-java/mill-bin/mill-bin-0.10.2.ebuild +++ b/dev-java/mill-bin/mill-bin-0.10.2.ebuild @@ -8,7 +8,7 @@ MY_PN=${PN%-bin} DESCRIPTION="A Java/Scala build tool" HOMEPAGE="https://com-lihaoyi.github.io/mill/" SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly -> ${P}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="MIT" SLOT="0"