diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-28 11:59:08 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-28 11:59:08 +0200 |
commit | 5c2aebacd54d63b9285a188cd348c08aa47fa242 (patch) | |
tree | 67d1288057ee34a9000f516210d4f8289c0aa3b3 /virtual/jdk | |
parent | dev-java/openjdk-jre-bin: add 21.0.1_p12 (diff) | |
download | gentoo-5c2aebacd54d63b9285a188cd348c08aa47fa242.tar.gz gentoo-5c2aebacd54d63b9285a188cd348c08aa47fa242.tar.bz2 gentoo-5c2aebacd54d63b9285a188cd348c08aa47fa242.zip |
virtual/jdk: add 21
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/jdk-21.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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=] +)" |