commit:     c5aa57eb7fe847b1c7215ee407943b5ba4399fe5
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 20:24:27 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=c5aa57eb

profiles: Mask gentoo-vm USE flag on Java 11 VMs

Java 9+ is not yet fully supported on Gentoo. Having a masked
gentoo-vm flag allows us to provide it without it breaking Gentoo
packages. Those who wish to experiment with it as a fully recognized
Gentoo JVM can unmask the flag.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/base/package.use.mask | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index c4002527bcd..e36a6696f5c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -134,12 +134,16 @@ sys-libs/glibc compile-locales
 media-video/ffmpeg appkit
 
 # James Le Cuirot <ch...@gentoo.org> (17 Dec 2017)
-# Java 9 is not yet fully supported on Gentoo. Having a masked
+# Java 9+ is not yet fully supported on Gentoo. Having a masked
 # gentoo-vm flag allows us to provide it without it breaking Gentoo
 # packages. Those who wish to experiment with it as a fully recognised
 # Gentoo JVM can unmask the flag.
 dev-java/oracle-jdk-bin:9 gentoo-vm
 dev-java/oracle-jre-bin:9 gentoo-vm
+dev-java/oracle-jdk-bin:11 gentoo-vm
+dev-java/oracle-jre-bin:11 gentoo-vm
+dev-java/openjdk-bin:11 gentoo-vm
+dev-java/openjdk:11 gentoo-vm
 
 # Andreas K. Hüttel <dilfri...@gentoo.org> (04 Nov 2017)
 # Requires audacious, which is masked. Bug 632513

Reply via email to