virtual/jdk: Introduce (masked) Java 9 support
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 17 Dec 2017 22:13:59 +0000 (22:13 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 17 Dec 2017 22:14:36 +0000 (22:14 +0000)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

virtual/jdk/jdk-9.ebuild [new file with mode: 0644]

diff --git a/virtual/jdk/jdk-9.ebuild b/virtual/jdk/jdk-9.ebuild
new file mode 100644 (file)
index 0000000..179fcc7
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
+
+RDEPEND="
+               dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
+       "