commit: e0bcbc997eaa38bdb6f25cc5228d5873729683ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 12:07:11 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 12:07:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bcbc99
dev-java/jffi: Stabilize 1.3.13 amd64, #948083
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/jffi/jffi-1.3.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jffi/jffi-1.3.13.ebuild b/dev-java/jffi/jffi-1.3.13.ebuild
index e9553b95cccf..e909fa959ec8 100644
--- a/dev-java/jffi/jffi-1.3.13.ebuild
+++ b/dev-java/jffi/jffi-1.3.13.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}/${PN}-${P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
DEPEND="
>=virtual/jdk-1.8:*