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/jdk | |
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/jdk')
-rw-r--r-- | virtual/jdk/jdk-14.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/jdk/jdk-14.ebuild b/virtual/jdk/jdk-14.ebuild deleted file mode 100644 index a18c1a8..0000000 --- a/virtual/jdk/jdk-14.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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(+)] -)" |