summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lua-utils.eclass: Support luajitMarek Szuba2020-10-121-0/+1
| | | | | | | | | | | | | | | According to discussions on IRC, luajit should work as a drop-in replacement for lua5.1 - and indeed, at least for x11-wm/awesome it has worked. Note that for the time being dev-lang/luajit uses the same module directories as dev-lang/lua:5.1, which may lead to weird behaviour in multi-impl ebuilds supporting both lua5-1 and luajit. Hopefully we will get luajit to use its own directories so that it is fully independent, same as we install pypy3 modules in their own directory hierarchy in spite of compatibility with cpython-3.6. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* profiles/desc: describe LUA_SINGLE_TARGETMarek Szuba2020-10-051-0/+9
Already includes lua-5.4. Signed-off-by: Marek Szuba <marecki@gentoo.org>