commit: 9961fefe5dc3727aa4074dba44a0c06de9fc4d80
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:13:33 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:14:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9961fefe
virtual/jre: Introduce (masked) Java 9 support
Package-Manager: Portage-2.3.19, Repoman-2.3.6
virtual/jre/jre-9.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/virtual/jre/jre-9.ebuild b/virtual/jre/jre-9.ebuild
new file mode 100644
index 00000000000..1c10f13ff2f
--- /dev/null
+++ b/virtual/jre/jre-9.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
+
+RDEPEND="|| (
+ virtual/jdk:${SLOT}
+ dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)]
+ )"