From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1683096-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 B417A15807B
	for <garchives@archives.gentoo.org>; Thu, 24 Oct 2024 10:42:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 34C03E08A8;
	Thu, 24 Oct 2024 10:42:10 +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 1B750E08A8
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Oct 2024 10:42:10 +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 D4AA534092E
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Oct 2024 10:42:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B653AE7
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Oct 2024 10:42:07 +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: <1729766500.0ef3f97f1c0b338db333a981c46a34baa99a053c.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.10.2.ebuild
X-VCS-Directories: dev-java/gradle-bin/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 0ef3f97f1c0b338db333a981c46a34baa99a053c
X-VCS-Branch: master
Date: Thu, 24 Oct 2024 10:42:07 +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: d8e33a86-0416-4f78-9e9e-8306db517285
X-Archives-Hash: d3101352dcc2a6e27491593d7c8743d5

commit:     0ef3f97f1c0b338db333a981c46a34baa99a053c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 10:33:15 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 10:41:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef3f97f

dev-java/gradle-bin: stabilize 8.10.2 for amd64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/gradle-bin/gradle-bin-8.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gradle-bin/gradle-bin-8.10.2.ebuild b/dev-java/gradle-bin/gradle-bin-8.10.2.ebuild
index e133a17f9b75..92e4a58d6fc2 100644
--- a/dev-java/gradle-bin/gradle-bin-8.10.2.ebuild
+++ b/dev-java/gradle-bin/gradle-bin-8.10.2.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"