Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Fri, 19 Oct 2018 11:06:11
Message-Id: 1539946768.c5aa57eb7fe847b1c7215ee407943b5ba4399fe5.chewi@gentoo
1 commit: c5aa57eb7fe847b1c7215ee407943b5ba4399fe5
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 20:24:27 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 10:59:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aa57eb
7
8 profiles: Mask gentoo-vm USE flag on Java 11 VMs
9
10 Java 9+ is not yet fully supported on Gentoo. Having a masked
11 gentoo-vm flag allows us to provide it without it breaking Gentoo
12 packages. Those who wish to experiment with it as a fully recognized
13 Gentoo JVM can unmask the flag.
14
15 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
16
17 profiles/base/package.use.mask | 6 +++++-
18 1 file changed, 5 insertions(+), 1 deletion(-)
19
20 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
21 index c4002527bcd..e36a6696f5c 100644
22 --- a/profiles/base/package.use.mask
23 +++ b/profiles/base/package.use.mask
24 @@ -134,12 +134,16 @@ sys-libs/glibc compile-locales
25 media-video/ffmpeg appkit
26
27 # James Le Cuirot <chewi@g.o> (17 Dec 2017)
28 -# Java 9 is not yet fully supported on Gentoo. Having a masked
29 +# Java 9+ is not yet fully supported on Gentoo. Having a masked
30 # gentoo-vm flag allows us to provide it without it breaking Gentoo
31 # packages. Those who wish to experiment with it as a fully recognised
32 # Gentoo JVM can unmask the flag.
33 dev-java/oracle-jdk-bin:9 gentoo-vm
34 dev-java/oracle-jre-bin:9 gentoo-vm
35 +dev-java/oracle-jdk-bin:11 gentoo-vm
36 +dev-java/oracle-jre-bin:11 gentoo-vm
37 +dev-java/openjdk-bin:11 gentoo-vm
38 +dev-java/openjdk:11 gentoo-vm
39
40 # Andreas K. Hüttel <dilfridge@g.o> (04 Nov 2017)
41 # Requires audacious, which is masked. Bug 632513