commit: cf3bc949be4a16511c5399a61ed8d02735e0571b Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 17:43:21 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 17:48:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3bc949
profiles: mask jdk:17 virtuals Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/package.mask | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 24b4bd97b1c..f47a8c92f04 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -469,12 +469,15 @@ app-office/texmacs ~net-libs/rpcsvc-proto-0 # James Le Cuirot <[email protected]> (2017-12-17) -# Java 11 is not yet fully supported on Gentoo. Packages cannot depend +# Georgy Yakovlev <[email protected]> (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 <[email protected]> (2017-10-31) # There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036).
