From 864091fdcf9b12cefe32bb27df069d779f5f37c4 Mon Sep 17 00:00:00 2001 From: Michael Rivnak Date: Wed, 30 Nov 2022 17:04:59 -0500 Subject: 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 Signed-off-by: Yixun Lan --- profiles/arch/riscv/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/arch/riscv/package.use.force') 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 -- cgit v1.2.3-65-gdbad