From 489b6daa0c2f82def4251025164cbfcc690cf137 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Thu, 18 Jul 2024 06:47:25 +0200 Subject: [PATCH] virtual/jdk: add 24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - unkeyworded since java 24 has no LTS - not for production Signed-off-by: Volkmar W. Pogatzki Signed-off-by: Miroslav Ć ulc --- virtual/jdk/jdk-24.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 virtual/jdk/jdk-24.ebuild diff --git a/virtual/jdk/jdk-24.ebuild b/virtual/jdk/jdk-24.ebuild new file mode 100644 index 0000000000000..fa432422ec6cb --- /dev/null +++ b/virtual/jdk/jdk-24.ebuild @@ -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=]"