commit:     77528d5726a4cd84d4534f29ad188476e0e9b41e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:13:59 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:14:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77528d57

virtual/jdk: Introduce (masked) Java 9 support

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 virtual/jdk/jdk-9.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/virtual/jdk/jdk-9.ebuild b/virtual/jdk/jdk-9.ebuild
new file mode 100644
index 00000000000..179fcc7dda4
--- /dev/null
+++ b/virtual/jdk/jdk-9.ebuild
@@ -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(+)]
+       "

Reply via email to