commit:     864091fdcf9b12cefe32bb27df069d779f5f37c4
Author:     Michael Rivnak <rivnakm1 <AT> gmail <DOT> com>
AuthorDate: Wed Nov 30 22:04:59 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> 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 <rivnakm1 <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> 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 <rivna...@gmail.com> (2022-11-30)
+# luajit is currently not supported on riscv, so use lua instead
+app-editors/neovim lua_single_target_lua5-1
+
 # Georgy Yakovlev <gyakov...@gentoo.org> (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 <rivna...@gmail.com> (2022-11-30)
+# luajit is currently not supported on riscv
+app-editors/neovim lua_single_target_luajit
+
 # Michał Górny <mgo...@gentoo.org> (2022-11-30)
 # Mask unkeyworded providers.
 app-alternatives/bzip2 pbzip2

Reply via email to