Install this version:
emerge -a =dev-lua/iluajit-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lua/iluajit-9999
Or alternatively:
emerge --autounmask-write -a =dev-lua/iluajit-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
LUA_COMPAT=( luajit )
inherit lua-single git-r3
DESCRIPTION="Readline powered shell for LuaJIT"
HOMEPAGE="https://github.com/jdesgats/ILuaJIT"
EGIT_REPO_URI="https://github.com/jdesgats/ILuaJIT"
REQUIRED_USE="${LUA_REQUIRED_USE}"
LICENSE="MIT"
SLOT="0"
IUSE="doc +completion"
RDEPEND="
${LUA_DEPS}
$(lua_gen_cond_dep '
doc? ( dev-lua/ldoc )
dev-lua/penlight[${LUA_USEDEP}]
sys-libs/readline:0
completion? ( dev-lua/luafilesystem[${LUA_USEDEP}] )
')"
DEPEND="${RDEPEND}"
src_prepare() {
if use doc; then
ldoc . -d html
fi
default
}
src_install() {
insinto $(lua_get_lmod_dir)
doins *.lua
dobin "${FILESDIR}/${PN}"
if use doc; then
HTML_DOCS=(html/.)
fi
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p dev-lua/iluajit |
euse -E <flag> -p dev-lua/iluajit |
euse -D <flag> -p dev-lua/iluajit
${LUA_DEPS}
$(lua_gen_cond_dep '
doc? ( dev-lua/ldoc )
dev-lua/penlight[${LUA_USEDEP}]
sys-libs/readline:0
completion? ( dev-lua/luafilesystem[${LUA_USEDEP}] )
')
${LUA_DEPS}
$(lua_gen_cond_dep '
doc? ( dev-lua/ldoc )
dev-lua/penlight[${LUA_USEDEP}]
sys-libs/readline:0
completion? ( dev-lua/luafilesystem[${LUA_USEDEP}] )
')