From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 837B3158B20 for ; Tue, 04 Feb 2025 17:34:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6ABB6341E1C for ; Tue, 04 Feb 2025 17:34:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 838AF110473; Tue, 04 Feb 2025 17:33:57 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7E482110473 for ; Tue, 04 Feb 2025 17:33:57 +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 31561341707 for ; Tue, 04 Feb 2025 17:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B7C82641 for ; Tue, 04 Feb 2025 17:33:55 +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: <1738690395.8db7862a36814e6206313fde7e2998793fedb96f.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.12.4.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8db7862a36814e6206313fde7e2998793fedb96f X-VCS-Branch: master Date: Tue, 04 Feb 2025 17:33:55 +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: 35bc4f70-0328-45ec-a353-8341d9555c95 X-Archives-Hash: f891cfba47a0cf15090909390a2704ac commit: 8db7862a36814e6206313fde7e2998793fedb96f Author: Florian Schmaus gentoo org> AuthorDate: Tue Feb 4 17:29:41 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Feb 4 17:33:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db7862a dev-java/mill-bin: stabilize 0.12.4 for amd64 Signed-off-by: Florian Schmaus gentoo.org> dev-java/mill-bin/mill-bin-0.12.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/mill-bin/mill-bin-0.12.4.ebuild b/dev-java/mill-bin/mill-bin-0.12.4.ebuild index e33ff36d8393..b2b4d7d3939e 100644 --- a/dev-java/mill-bin/mill-bin-0.12.4.ebuild +++ b/dev-java/mill-bin/mill-bin-0.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=">=virtual/jre-1.8:*"