commit: 7cebdcb290a023e92c57a99582ac810549e4250c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 12:07:10 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 12:07:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cebdcb2
dev-java/byte-buddy: Stabilize 1.15.11 amd64, #948083
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/byte-buddy/byte-buddy-1.15.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/byte-buddy/byte-buddy-1.15.11.ebuild
b/dev-java/byte-buddy/byte-buddy-1.15.11.ebuild
index a1021afe6a00..327428f69b3d 100644
--- a/dev-java/byte-buddy/byte-buddy-1.15.11.ebuild
+++ b/dev-java/byte-buddy/byte-buddy-1.15.11.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
@@ -16,7 +16,7 @@ S="${WORKDIR}/byte-buddy-${P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
DEPEND="
>=dev-java/asm-9.7.1:9