Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Sat, 16 Oct 2021 17:50:09
Message-Id: 1634406523.cf3bc949be4a16511c5399a61ed8d02735e0571b.gyakovlev@gentoo
1 commit: cf3bc949be4a16511c5399a61ed8d02735e0571b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 17:43:21 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 17:48:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3bc949
7
8 profiles: mask jdk:17 virtuals
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 profiles/package.mask | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/profiles/package.mask b/profiles/package.mask
16 index 24b4bd97b1c..f47a8c92f04 100644
17 --- a/profiles/package.mask
18 +++ b/profiles/package.mask
19 @@ -469,12 +469,15 @@ app-office/texmacs
20 ~net-libs/rpcsvc-proto-0
21
22 # James Le Cuirot <chewi@g.o> (2017-12-17)
23 -# Java 11 is not yet fully supported on Gentoo. Packages cannot depend
24 +# Georgy Yakovlev <gyakovlev@g.o> (2021-10-16)
25 +# Java 11+ is not yet fully supported on Gentoo. Packages cannot depend
26 # on it so these virtuals are not yet required. If you wish to use
27 -# Java 11 then install openjdk-(jdk|jre)-bin directly.
28 +# Java 11+ then install openjdk-(jdk|jre)-bin directly.
29 # bug #697014
30 virtual/jdk:11
31 virtual/jre:11
32 +virtual/jdk:17
33 +virtual/jre:17
34
35 # Nicolas Bock <nicolasbock@g.o> (2017-10-31)
36 # There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036).