Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
Date: Fri, 19 Oct 2018 11:06:12
Message-Id: 1539946768.3c459666b2d19f60074c567d6ff1c5bebdc3e1b9.chewi@gentoo
1 commit: 3c459666b2d19f60074c567d6ff1c5bebdc3e1b9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 20:26:56 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 10:59:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c459666
7
8 virtual/jdk: Introduce masked Java 11 support
9
10 Package-Manager: Portage-2.3.45, Repoman-2.3.10
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 virtual/jdk/jdk-11.ebuild | 14 ++++++++++++++
14 1 file changed, 14 insertions(+)
15
16 diff --git a/virtual/jdk/jdk-11.ebuild b/virtual/jdk/jdk-11.ebuild
17 new file mode 100644
18 index 00000000000..ece992cf94d
19 --- /dev/null
20 +++ b/virtual/jdk/jdk-11.ebuild
21 @@ -0,0 +1,14 @@
22 +# Copyright 1999-2018 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Virtual for Java Development Kit (JDK)"
28 +SLOT="${PV}"
29 +KEYWORDS="~amd64 ~arm64 ~ppc64"
30 +
31 +RDEPEND="|| (
32 + dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
33 + dev-java/openjdk:${SLOT}[gentoo-vm(+)]
34 + dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
35 + )"