commit:     ad28e7f8c9af5983ac110456a2964f301e56fc53
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Sep 18 04:28:16 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 12:43:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad28e7f8

virtual/jdk: add 23

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/38658/commits/9e7549a5a02a2e68ee45cdfc71e86e15fe949fbe
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-23.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-23.ebuild b/virtual/jdk/jdk-23.ebuild
new file mode 100644
index 000000000000..5a23aeed9722
--- /dev/null
+++ b/virtual/jdk/jdk-23.ebuild
@@ -0,0 +1,14 @@
+# 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=]
+               dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"

Reply via email to