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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29BCA1581EE for ; Thu, 03 Apr 2025 07:16:25 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 17C90343138 for ; Thu, 03 Apr 2025 07:16:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 09DF111042D; Thu, 03 Apr 2025 07:16:24 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F110911042D for ; Thu, 03 Apr 2025 07:16:23 +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 974B534306D for ; Thu, 03 Apr 2025 07:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C791A1DF6 for ; Thu, 03 Apr 2025 07:16:21 +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: <1743664553.601a4f4ae129496c83464ba824b6795d4a752c9f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/gradle-bin/gradle-bin-8.12.1.ebuild X-VCS-Directories: dev-java/gradle-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 601a4f4ae129496c83464ba824b6795d4a752c9f X-VCS-Branch: master Date: Thu, 03 Apr 2025 07:16:21 +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: d7471f91-310e-4257-9242-97e38d19b914 X-Archives-Hash: 4bfeb7b8106998c5ecce6b57eb55a80a commit: 601a4f4ae129496c83464ba824b6795d4a752c9f Author: Florian Schmaus gentoo org> AuthorDate: Thu Apr 3 07:14:46 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 3 07:15:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601a4f4a dev-java/gradle-bin: stabilize 8.12.1 for amd64 Closes: https://bugs.gentoo.org/953073 Signed-off-by: Florian Schmaus gentoo.org> dev-java/gradle-bin/gradle-bin-8.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/gradle-bin/gradle-bin-8.12.1.ebuild b/dev-java/gradle-bin/gradle-bin-8.12.1.ebuild index ec8906f55248..6239e1afc0ca 100644 --- a/dev-java/gradle-bin/gradle-bin-8.12.1.ebuild +++ b/dev-java/gradle-bin/gradle-bin-8.12.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://services.gradle.org/distributions/${MY_P}-all.zip -> ${P}.zip" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" DEPEND="app-eselect/eselect-gradle" BDEPEND="app-arch/unzip"