diff options
author | 2021-10-16 10:43:21 -0700 | |
---|---|---|
committer | 2021-10-16 10:48:43 -0700 | |
commit | cf3bc949be4a16511c5399a61ed8d02735e0571b (patch) | |
tree | 0f5dd02cee29657d803933fa5bba033db702343b /profiles | |
parent | dev-java/openjdk: add 17_p35 (diff) | |
download | gentoo-cf3bc949be4a16511c5399a61ed8d02735e0571b.tar.gz gentoo-cf3bc949be4a16511c5399a61ed8d02735e0571b.tar.bz2 gentoo-cf3bc949be4a16511c5399a61ed8d02735e0571b.zip |
profiles: mask jdk:17 virtuals
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 24b4bd97b1ce..f47a8c92f046 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -469,12 +469,15 @@ app-office/texmacs ~net-libs/rpcsvc-proto-0 # James Le Cuirot <chewi@gentoo.org> (2017-12-17) -# Java 11 is not yet fully supported on Gentoo. Packages cannot depend +# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-10-16) +# Java 11+ is not yet fully supported on Gentoo. Packages cannot depend # on it so these virtuals are not yet required. If you wish to use -# Java 11 then install openjdk-(jdk|jre)-bin directly. +# Java 11+ then install openjdk-(jdk|jre)-bin directly. # bug #697014 virtual/jdk:11 virtual/jre:11 +virtual/jdk:17 +virtual/jre:17 # Nicolas Bock <nicolasbock@gentoo.org> (2017-10-31) # There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036). |