From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1680871-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6801158042 for <garchives@archives.gentoo.org>; Thu, 17 Oct 2024 08:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C960BE07E1; Thu, 17 Oct 2024 08:32:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFB8CE07E1 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:32:50 +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 BCDF4342F9E for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2CF1E06 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Oct 2024 08:32:48 +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: <1729153944.157d6bdb37f5dc4e5683ed477a5321de7e66b08e.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.12.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 157d6bdb37f5dc4e5683ed477a5321de7e66b08e X-VCS-Branch: master Date: Thu, 17 Oct 2024 08:32:48 +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: dfd7b3d4-7ae9-4adb-a1ee-628426d4e06d X-Archives-Hash: 3858af1c68b2be497117b8d57ab8576b commit: 157d6bdb37f5dc4e5683ed477a5321de7e66b08e Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 08:31:08 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 08:32:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157d6bdb dev-java/mill-bin: stabilize 0.11.12 for amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-java/mill-bin/mill-bin-0.11.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/mill-bin/mill-bin-0.11.12.ebuild b/dev-java/mill-bin/mill-bin-0.11.12.ebuild index 3534e0b8c898..31435cd6e23c 100644 --- a/dev-java/mill-bin/mill-bin-0.11.12.ebuild +++ b/dev-java/mill-bin/mill-bin-0.11.12.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=virtual/jre-1.8:*"