diff options
author | Sam James <sam@gentoo.org> | 2023-11-17 11:11:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-17 11:11:42 +0000 |
commit | b6a9865b116875540ed1f5cc53cc8550fea0f383 (patch) | |
tree | 2f9dbb6c0095bb309a7e0f5e3086c4db3958a99d /dev-java | |
parent | dev-embedded/u-boot-tools: Stabilize 2023.10 amd64, #917477 (diff) | |
download | gentoo-b6a9865b116875540ed1f5cc53cc8550fea0f383.tar.gz gentoo-b6a9865b116875540ed1f5cc53cc8550fea0f383.tar.bz2 gentoo-b6a9865b116875540ed1f5cc53cc8550fea0f383.zip |
dev-java/asm: Stabilize 9.6 arm64, #917480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/asm/asm-9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/asm/asm-9.6.ebuild b/dev-java/asm/asm-9.6.ebuild index 81c7f0e43d9e..47de39d327a6 100644 --- a/dev-java/asm/asm-9.6.ebuild +++ b/dev-java/asm/asm-9.6.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/asm-${MY_P}" LICENSE="BSD" SLOT="9" -KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~x64-macos" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*" |