commit: 5c2aebacd54d63b9285a188cd348c08aa47fa242 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Oct 28 09:59:08 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 09:59:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2aebac
virtual/jdk: add 21 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> virtual/jdk/jdk-21.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/virtual/jdk/jdk-21.ebuild b/virtual/jdk/jdk-21.ebuild new file mode 100644 index 000000000000..409c2ad98324 --- /dev/null +++ b/virtual/jdk/jdk-21.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 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=] +)"