summaryrefslogtreecommitdiff
path: root/virtual/jdk/jdk-17-r1.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-19 17:55:33 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-19 17:55:33 -0400
commitfcb4a6798ac8bb721dc018ff0fd4801e419864b4 (patch)
treeadba35a63cafe72cf6d67528d1dfb208326d6d9a /virtual/jdk/jdk-17-r1.ebuild
parent79d64a2ef56f83233f87d45885e97516f664eb63 (diff)
downloadgentoo-overlay-fcb4a6798ac8bb721dc018ff0fd4801e419864b4.tar.xz
gentoo-overlay-fcb4a6798ac8bb721dc018ff0fd4801e419864b4.zip
virtual/jdk: revbump
Diffstat (limited to 'virtual/jdk/jdk-17-r1.ebuild')
-rw-r--r--virtual/jdk/jdk-17-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/jdk/jdk-17-r1.ebuild b/virtual/jdk/jdk-17-r1.ebuild
new file mode 100644
index 0000000..a18c1a8
--- /dev/null
+++ b/virtual/jdk/jdk-17-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(+)]
+)"