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 0FB5813933E for ; Mon, 5 Jul 2021 14:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 686CEE0A63; Mon, 5 Jul 2021 14:07:38 +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 481C5E0A63 for ; Mon, 5 Jul 2021 14:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 64091342A93 for ; Mon, 5 Jul 2021 14:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7F2A7BC for ; Mon, 5 Jul 2021 14:07:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1625494051.cce7c5d39ead7e278ac4359e268fc591454d430e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/use.mask X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: cce7c5d39ead7e278ac4359e268fc591454d430e X-VCS-Branch: master Date: Mon, 5 Jul 2021 14:07:35 +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: eb0ca233-8300-4922-a53e-9d4ac454c78d X-Archives-Hash: e11b792844c68f4e0ed941d29f8d2cb8 commit: cce7c5d39ead7e278ac4359e268fc591454d430e Author: Marek Szuba gentoo org> AuthorDate: Mon Jul 5 13:54:00 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jul 5 14:07:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce7c5d3 profiles/arch/riscv: globally mask specific Lua targets PUC Lua 5.3 and 5.4 have already been keyworded for riscv so only mask targets known not to work (PUC Lua 5.2, LuaJIT) or whose status is unclear (PUC Lua 5.1). Note that the global USE=lua mask is still there, the default Lua target is still lua5-1 so we'll have to think about how to handle this gracefully. Signed-off-by: Marek Szuba gentoo.org> profiles/arch/riscv/use.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 719b190a828..1da3c44b086 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -15,6 +15,17 @@ -gtk3 -introspection +# Marek Szuba (2021-07-05) +# dev-lang/lua:5.2 and dev-lang/luajit known not to work here +lua_single_target_lua5-2 +lua_single_target_luajit +lua_targets_lua5-2 +lua_targets_luajit +# dev-lang/lua:5.1 needs run-time testing, it passes build-time tests +# but its test suite is much less comprehensive than that of 5.2+ +lua_single_target_lua5-1 +lua_targets_lua5-1 + # Ben Kohler (2019-01-09) # no fam providers keyworded yet fam