commit: b497fbc34cadea38a0dd474093e49e279bcceec3 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sun Jan 7 09:06:49 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jan 7 09:16:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b497fbc3
dev-java/gradle-bin: stabilize 8.4 for amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-java/gradle-bin/gradle-bin-8.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/gradle-bin/gradle-bin-8.4.ebuild b/dev-java/gradle-bin/gradle-bin-8.4.ebuild index 6fceca3ae5c8..1d63ca89fe19 100644 --- a/dev-java/gradle-bin/gradle-bin-8.4.ebuild +++ b/dev-java/gradle-bin/gradle-bin-8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.gradle.org/" LICENSE="Apache-2.0" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="app-eselect/eselect-gradle" BDEPEND="app-arch/unzip"
