summaryrefslogtreecommitdiff
path: root/virtual/jre/jre-17-r1.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-08-19 15:12:34 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-08-19 15:12:58 -0400
commit66e82398db4bdc45043edcc8130b6076c04d1d83 (patch)
treeb82bfab8e7646a8069c81fce764af3dec503f2f2 /virtual/jre/jre-17-r1.ebuild
parent2d49d23f8cad2eae56b0ce07079ac80f887d98b9 (diff)
downloadgentoo-overlay-66e82398db4bdc45043edcc8130b6076c04d1d83.tar.xz
gentoo-overlay-66e82398db4bdc45043edcc8130b6076c04d1d83.zip
virtual/jre: add 18, minor fixes
Diffstat (limited to 'virtual/jre/jre-17-r1.ebuild')
-rw-r--r--virtual/jre/jre-17-r1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/jre/jre-17-r1.ebuild b/virtual/jre/jre-17-r1.ebuild
new file mode 100644
index 0000000..510db0f
--- /dev/null
+++ b/virtual/jre/jre-17-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+
+RDEPEND="|| (
+ dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
+ dev-java/openj9-openjdk-jre-bin:${SLOT}[gentoo-vm(+)]
+ virtual/jdk:${SLOT}
+)"