diff options
author | Michael Rivnak <rivnakm1@gmail.com> | 2022-11-30 17:04:59 -0500 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-12-02 09:34:30 +0800 |
commit | 864091fdcf9b12cefe32bb27df069d779f5f37c4 (patch) | |
tree | a69d3729fd620e6261babf6b93a0971ed2fc4fa9 /profiles | |
parent | media-libs/exempi: Stabilize 2.6.2 ppc64, #883901 (diff) | |
download | gentoo-864091fdcf9b12cefe32bb27df069d779f5f37c4.tar.gz gentoo-864091fdcf9b12cefe32bb27df069d779f5f37c4.tar.bz2 gentoo-864091fdcf9b12cefe32bb27df069d779f5f37c4.zip |
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@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.use.force | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
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 <rivnakm1@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 <gyakovlev@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 <rivnakm1@gmail.com> (2022-11-30) +# luajit is currently not supported on riscv +app-editors/neovim lua_single_target_luajit + # Michał Górny <mgorny@gentoo.org> (2022-11-30) # Mask unkeyworded providers. app-alternatives/bzip2 pbzip2 |