diff options
Diffstat (limited to 'dev-java/openjdk/openjdk-21.0.5_p11-r1.ebuild')
-rw-r--r-- | dev-java/openjdk/openjdk-21.0.5_p11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/openjdk/openjdk-21.0.5_p11-r1.ebuild b/dev-java/openjdk/openjdk-21.0.5_p11-r1.ebuild index 7949cd6b67aa..258d469289b7 100644 --- a/dev-java/openjdk/openjdk-21.0.5_p11-r1.ebuild +++ b/dev-java/openjdk/openjdk-21.0.5_p11-r1.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 @@ -46,7 +46,7 @@ S="${WORKDIR}/jdk${SLOT}u-jdk-${MY_PV//+/-}" LICENSE="GPL-2-with-classpath-exception" SLOT="${MY_PV%%[.+]*}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" # lto temporarily disabled due to https://bugs.gentoo.org/916735 IUSE="alsa big-endian cups debug doc examples headless-awt javafx +jbootstrap selinux source +system-bootstrap systemtap" |