diff options
author | 2025-02-04 15:47:09 +0000 | |
---|---|---|
committer | 2025-02-04 15:47:09 +0000 | |
commit | 3c05b21d15ef5d93b3dfa3d2892497c3c4522983 (patch) | |
tree | 6df866c647380d46988aaecdae949ccd9839831d /dev-java/asm/asm-9.7.1_p20241213.ebuild | |
parent | dev-java/cglib: Stabilize 3.3.0-r3 arm64, #949278 (diff) | |
download | gentoo-3c05b21d15ef5d93b3dfa3d2892497c3c4522983.tar.gz gentoo-3c05b21d15ef5d93b3dfa3d2892497c3c4522983.tar.bz2 gentoo-3c05b21d15ef5d93b3dfa3d2892497c3c4522983.zip |
dev-java/asm: Stabilize 9.7.1_p20241213 arm64, #949278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/asm/asm-9.7.1_p20241213.ebuild')
-rw-r--r-- | dev-java/asm/asm-9.7.1_p20241213.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/asm/asm-9.7.1_p20241213.ebuild b/dev-java/asm/asm-9.7.1_p20241213.ebuild index 4e3aa23b078d..0dec4cec51b7 100644 --- a/dev-java/asm/asm-9.7.1_p20241213.ebuild +++ b/dev-java/asm/asm-9.7.1_p20241213.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 @@ -25,7 +25,7 @@ S="${WORKDIR}/asm-${MY_COMMIT}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x64-macos" +KEYWORDS="~amd64 arm64 ~ppc64 ~x64-macos" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*" |