summaryrefslogtreecommitdiff
path: root/virtual/jre/jre-17.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.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.ebuild')
-rw-r--r--virtual/jre/jre-17.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/virtual/jre/jre-17.ebuild b/virtual/jre/jre-17.ebuild
deleted file mode 100644
index faeb554..0000000
--- a/virtual/jre/jre-17.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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}
- )"