virtual/jdk: Introduce masked Java 11 support

Package-Manager: Portage-2.3.45, Repoman-2.3.10
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2018-09-17 21:26:56 +01:00
parent c5aa57eb7f
commit 3c459666b2

14
virtual/jdk/jdk-11.ebuild Normal file
View File

@@ -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(+)]
)"