From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1541996-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 8EEA415801B for <garchives@archives.gentoo.org>; Sat, 29 Jul 2023 14:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D05FE0BE0; Sat, 29 Jul 2023 14:05:07 +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 1D8FAE0BDF for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2023 14:05:07 +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 56C37335C87 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2023 14:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8113FE89 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2023 14:05:03 +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: <1690639314.dea5fafb77242ded94fc3b1e38a36327178c75f5.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.11.1.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: dea5fafb77242ded94fc3b1e38a36327178c75f5 X-VCS-Branch: master Date: Sat, 29 Jul 2023 14:05:03 +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: fceccf37-7f24-4113-92c4-dea8f07874c4 X-Archives-Hash: 25778a9b110eaf5b2a59824af212d060 commit: dea5fafb77242ded94fc3b1e38a36327178c75f5 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Jul 29 14:00:47 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Jul 29 14:01:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea5fafb dev-java/mill-bin: stabilize 0.11.1 for amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-java/mill-bin/mill-bin-0.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/mill-bin/mill-bin-0.11.1.ebuild b/dev-java/mill-bin/mill-bin-0.11.1.ebuild index 9a8976de48b3..b2461d64d37b 100644 --- a/dev-java/mill-bin/mill-bin-0.11.1.ebuild +++ b/dev-java/mill-bin/mill-bin-0.11.1.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"