mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-lua/compat53: add lua5{2..4} - install headers
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( lua5-1 luajit )
|
||||
LUA_COMPAT=( lua5-{1..4} luajit )
|
||||
|
||||
inherit edo lua toolchain-funcs
|
||||
|
||||
@@ -61,5 +61,6 @@ lua_src_install() {
|
||||
|
||||
src_install() {
|
||||
lua_foreach_impl lua_src_install
|
||||
doheader c-api/*
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user