Diff jdk-17 with a jdk-21

/usr/portage/virtual/jdk/jdk-21.ebuild 2025-02-03 17:39:35.946678051 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DESCRIPTION="Virtual for Java Development Kit (JDK)"
7 7
SLOT="${PV}"
8
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
8
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
9 9
IUSE="headless-awt"
10 10

  
11 11
RDEPEND="|| (
Thank you!