diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-12-17 21:58:44 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-12-17 22:14:33 +0000 |
commit | 8a1eda4270397e30dd267b4fbaf4acd2308e6616 (patch) | |
tree | dd98acf3b28ccda9171401c78fccd2c5d484c204 | |
parent | profiles: Mask virtual/(jdk|jre):9 (diff) | |
download | gentoo-8a1eda4270397e30dd267b4fbaf4acd2308e6616.tar.gz gentoo-8a1eda4270397e30dd267b4fbaf4acd2308e6616.tar.bz2 gentoo-8a1eda4270397e30dd267b4fbaf4acd2308e6616.zip |
profiles: Mask dev-java/oracle-(jdk|jre)-bin:9[gentoo-vm]
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.
-rw-r--r-- | profiles/base/package.use.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f8a06952e643..2444dc59df1f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# James Le Cuirot <chewi@gentoo.org> (17 Dec 2017) +# 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 + # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017) # Requires audacious, which is masked. Bug 632513 =media-libs/freeverb3-3.1.2_pre20151102-r1 jack |