commit: 3ca80313d0b7cae0003e11a74bfb768505455a8b Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Jan 7 08:17:55 2026 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Jan 7 18:29:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca80313
virtual/jdk: add 27 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45233 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jdk/jdk-27.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/virtual/jdk/jdk-27.ebuild b/virtual/jdk/jdk-27.ebuild new file mode 100644 index 000000000000..40455aadc208 --- /dev/null +++ b/virtual/jdk/jdk-27.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 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=] +)"
