commit: 16061283f137cd8a6f4e6004d920163cdd8fa1dc Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Aug 7 11:29:23 2019 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Aug 7 11:41:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16061283
profiles: package.use.mask 'java' on dev-lang/nqp >= 2019.07 nqp now requires JDK9, which is not anywhere near being usable in standard build tooling. Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fe2cf44c50b..bd36d719a34 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Kent Fredric <[email protected]> (2019-08-07) +# Newer versions of nqp need newer versions of jdk to run on the jvm, +# but these currently don't exist in gentoo. The USE flags have to be +# kept around for dependency reasons from rakudo and friends. +>=dev-lang/nqp-2019.07 java + # Aaron Bauman <[email protected]> (2019-08-04) # media-libs/ming will be removed in 30 days media-gfx/pstoedit flash
