commit: 02002b31531ece07f921ffd4962912a23ca4492e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 07:15:09 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 07:15:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02002b31
dev-java/sparsebitset: Stabilize 1.3 arm64, #940521
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/sparsebitset/sparsebitset-1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
index d690ec5c2097..1d77229318f6 100644
--- a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
DEPEND=">=virtual/jdk-1.8:*
test? ( dev-java/junit:4 )"