commit:     3c459666b2d19f60074c567d6ff1c5bebdc3e1b9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 20:26:56 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 10:59:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c459666

virtual/jdk: Introduce masked Java 11 support

Package-Manager: Portage-2.3.45, Repoman-2.3.10
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 virtual/jdk/jdk-11.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-11.ebuild b/virtual/jdk/jdk-11.ebuild
new file mode 100644
index 00000000000..ece992cf94d
--- /dev/null
+++ b/virtual/jdk/jdk-11.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 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/openjdk-bin:${SLOT}[gentoo-vm(+)]
+               dev-java/openjdk:${SLOT}[gentoo-vm(+)]
+               dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
+       )"

Reply via email to