diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-25 09:06:59 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-10-25 09:07:45 -0400 |
commit | a14240e133a60c2a0b2dadcd5a6d7b27c0580f3c (patch) | |
tree | 7ac623d65a60f1f5dc54bc0e25d18231345d571a /virtual/jre | |
parent | 29ccc369a32396777aedf8600ae74c5543f2bec8 (diff) | |
download | gentoo-overlay-a14240e133a60c2a0b2dadcd5a6d7b27c0580f3c.tar.xz gentoo-overlay-a14240e133a60c2a0b2dadcd5a6d7b27c0580f3c.zip |
dev-java/*openjdk*, virtual/{jdk,jre}: bump, rm old
Diffstat (limited to 'virtual/jre')
-rw-r--r-- | virtual/jre/jre-14.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/virtual/jre/jre-14.ebuild b/virtual/jre/jre-14.ebuild deleted file mode 100644 index faeb554..0000000 --- a/virtual/jre/jre-14.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} - )" |