summaryrefslogtreecommitdiff
path: root/virtual/jdk/jdk-16.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-24 16:39:26 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-04-24 16:39:26 -0400
commit049702b3480467682b591fad3f65c0b8cd02726a (patch)
tree73357cce5e8c41bc7f69a8dbc474f8d2ac477c35 /virtual/jdk/jdk-16.ebuild
parenta7b888ff9e70314164ee78c06d11afd401506133 (diff)
downloadgentoo-overlay-049702b3480467682b591fad3f65c0b8cd02726a.tar.xz
gentoo-overlay-049702b3480467682b591fad3f65c0b8cd02726a.zip
virtual/jdk: bump
Diffstat (limited to 'virtual/jdk/jdk-16.ebuild')
-rw-r--r--virtual/jdk/jdk-16.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-16.ebuild b/virtual/jdk/jdk-16.ebuild
new file mode 100644
index 0000000..a18c1a8
--- /dev/null
+++ b/virtual/jdk/jdk-16.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(+)]
+)"