summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-08-19 15:12:49 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-08-19 15:12:58 -0400
commit2d49d23f8cad2eae56b0ce07079ac80f887d98b9 (patch)
tree1be702bd23a16bf1536d75f110e01b60c95e9050
parent7645388514a84378481625a9a6d7b9f182e05bba (diff)
downloadgentoo-overlay-2d49d23f8cad2eae56b0ce07079ac80f887d98b9.tar.xz
gentoo-overlay-2d49d23f8cad2eae56b0ce07079ac80f887d98b9.zip
virtual/jdk: add 18
-rw-r--r--virtual/jdk/jdk-18-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-18-r1.ebuild b/virtual/jdk/jdk-18-r1.ebuild
new file mode 100644
index 0000000..a18c1a8
--- /dev/null
+++ b/virtual/jdk/jdk-18-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+
+RDEPEND="|| (
+ dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
+ dev-java/openjdk:${SLOT}[gentoo-vm(+)]
+ dev-java/openj9-openjdk-bin:${SLOT}[gentoo-vm(+)]
+ dev-java/openj9-openjdk:${SLOT}[gentoo-vm(+)]
+)"