commit: 8e645a8c5fb0137ec5bc1348ca43b67a4a138c78 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Oct 20 12:58:00 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Oct 23 09:14:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e645a8c
virtual/jdk: add 26 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44260 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jdk/jdk-26.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/virtual/jdk/jdk-26.ebuild b/virtual/jdk/jdk-26.ebuild new file mode 100644 index 000000000000..6eb310996f28 --- /dev/null +++ b/virtual/jdk/jdk-26.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2025 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="" # Not an LTS candidate +IUSE="headless-awt" + +RDEPEND="|| ( + dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=] + dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=] +)"
