virtual/jre: 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:28:07 +01:00
parent 3c459666b2
commit c7db460add

13
virtual/jre/jre-11.ebuild Normal file
View File

@@ -0,0 +1,13 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
SLOT="${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64"
RDEPEND="|| (
virtual/jdk:${SLOT}
dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)]
)"