virtual/jdk: add 24

- unkeyworded since java 24 has no LTS
- not for production

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2024-07-18 06:47:25 +02:00
committed by Miroslav Šulc
parent 7b3c10d4a4
commit 489b6daa0c

11
virtual/jdk/jdk-24.ebuild Normal file
View File

@@ -0,0 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for Java Development Kit (JDK)"
SLOT="${PV}"
# KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="headless-awt"
RDEPEND="dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]"