summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-03-30 21:04:23 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-03-30 21:04:23 -0400
commit62c1425d4b875c0cbaedc8b30e5323cbfca923ce (patch)
tree2f010254aa4685860edf8efe021af1e339238400 /virtual
parent8f61e2ee8dd33063f29af277de15195377161c5a (diff)
downloadgentoo-overlay-62c1425d4b875c0cbaedc8b30e5323cbfca923ce.tar.xz
gentoo-overlay-62c1425d4b875c0cbaedc8b30e5323cbfca923ce.zip
virtual/jdk: drop 16
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jdk/jdk-16.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/virtual/jdk/jdk-16.ebuild b/virtual/jdk/jdk-16.ebuild
deleted file mode 100644
index 5a08766..0000000
--- a/virtual/jdk/jdk-16.ebuild
+++ /dev/null
@@ -1,12 +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 ~arm64 ~ppc64"
-
-RDEPEND="|| (
- dev-java/openj9-openjdk-bin:${SLOT}[gentoo-vm(+)]
-)"