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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A047E158020 for ; Fri, 2 Dec 2022 01:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D80E09E7; Fri, 2 Dec 2022 01:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 850FDE09E7 for ; Fri, 2 Dec 2022 01:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86258340A3B for ; Fri, 2 Dec 2022 01:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC875756 for ; Fri, 2 Dec 2022 01:35:27 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1669944870.864091fdcf9b12cefe32bb27df069d779f5f37c4.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.force profiles/arch/riscv/package.use.mask X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 864091fdcf9b12cefe32bb27df069d779f5f37c4 X-VCS-Branch: master Date: Fri, 2 Dec 2022 01:35:27 +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: 21f59786-e6f8-49c5-81d4-845258e3a957 X-Archives-Hash: a9af5123fb8e0a281ac0b679a79ced77 commit: 864091fdcf9b12cefe32bb27df069d779f5f37c4 Author: Michael Rivnak gmail com> AuthorDate: Wed Nov 30 22:04:59 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Dec 2 01:34:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864091fd profiles/arch/riscv: Set lua 5.1 as LUA_SINGLE_TARGET on riscv Closes: https://github.com/gentoo/gentoo/pull/28490 Signed-off-by: Mike Rivnak gmail.com> Signed-off-by: Yixun Lan gentoo.org> profiles/arch/riscv/package.use.force | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index 162a20ede7df..6a29c97d302d 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -1,6 +1,10 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Rivnak (2022-11-30) +# luajit is currently not supported on riscv, so use lua instead +app-editors/neovim lua_single_target_lua5-1 + # Georgy Yakovlev (2022-11-13) # 1.64 segfaults, so we force 1.65 bootstrapping 1.65 ~dev-lang/rust-1.65.0 system-bootstrap diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 89d2866175da..285a6dea5778 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Rivnak (2022-11-30) +# luajit is currently not supported on riscv +app-editors/neovim lua_single_target_luajit + # Michał Górny (2022-11-30) # Mask unkeyworded providers. app-alternatives/bzip2 pbzip2