commit: 29f25652a6bec0c18d3dc04d8f25530870720eac Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 1 23:32:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 23:32:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f25652
dev-java/sparsebitset: Stabilize 1.3 ppc64, #940521 Signed-off-by: Sam James <sam <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 06c06a825139..8cb7598c4940 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 )"