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@gentoo.org>
This commit is contained in:
James Le Cuirot
2018-09-17 21:24:27 +01:00
parent d1a58de37f
commit c5aa57eb7f

View File

@@ -134,12 +134,16 @@ sys-libs/glibc compile-locales
media-video/ffmpeg appkit
# James Le Cuirot <chewi@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 <dilfridge@gentoo.org> (04 Nov 2017)
# Requires audacious, which is masked. Bug 632513