From ca9ea348da2932cf0dc3bf44b8627bb76c8fad43 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 8 Jan 2023 19:00:20 +0200 Subject: [PATCH] dev-java/asm: Stabilize 9.4 ppc64, #890236 Signed-off-by: Arthur Zamarin --- dev-java/asm/asm-9.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/asm/asm-9.4.ebuild b/dev-java/asm/asm-9.4.ebuild index a53653b4d7499..ae40084ac6e91 100644 --- a/dev-java/asm/asm-9.4.ebuild +++ b/dev-java/asm/asm-9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ SRC_URI="https://gitlab.ow2.org/asm/asm/-/archive/${MY_P}/asm-${MY_P}.tar.bz2" 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:*"