From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9989A138336 for ; Wed, 7 Aug 2019 11:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE37EE0870; Wed, 7 Aug 2019 11:42:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1C2EE0870 for ; Wed, 7 Aug 2019 11:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8365434942D for ; Wed, 7 Aug 2019 11:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8B775C for ; Wed, 7 Aug 2019 11:42:54 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1565178119.16061283f137cd8a6f4e6004d920163cdd8fa1dc.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 16061283f137cd8a6f4e6004d920163cdd8fa1dc X-VCS-Branch: master Date: Wed, 7 Aug 2019 11:42:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f22d448-be33-4bf6-9c70-2320f2bad663 X-Archives-Hash: ebd9dbc7e1fa8489f9bc25dc659153a9 commit: 16061283f137cd8a6f4e6004d920163cdd8fa1dc Author: Kent Fredric gentoo org> AuthorDate: Wed Aug 7 11:29:23 2019 +0000 Commit: Kent Fredric gentoo 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 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 (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 (2019-08-04) # media-libs/ming will be removed in 30 days media-gfx/pstoedit flash