mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-util/lua-language-server: Squash Work
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
This commit is contained in:
@@ -23,8 +23,11 @@ BDPEND="
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
eninja -C 3rd/luamake -f compile/ninja/linux.ninja "$(usex test 'luamake')"
|
eninja -C 3rd/luamake -f compile/ninja/linux.ninja "$(usex test "test" "luamake")"
|
||||||
./3rd/luamake/luamake "$(usex test 'all')" || die
|
use test && eninja -C 3rd/luamake -f compile/ninja/linux.ninja luamake
|
||||||
|
./3rd/luamake/luamake init || die
|
||||||
|
# Tests are broken
|
||||||
|
eninja -f build/build.ninja all
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user