mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-util/lua-language-server: Remove empty string
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
This commit is contained in:
@@ -23,8 +23,8 @@ BDPEND="
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_compile() {
|
||||
eninja -C 3rd/luamake -f compile/ninja/linux.ninja "$(usex test '' 'luamake')"
|
||||
./3rd/luamake/luamake "$(usex test '' 'all')" || die
|
||||
eninja -C 3rd/luamake -f compile/ninja/linux.ninja "$(usex test 'luamake')"
|
||||
./3rd/luamake/luamake "$(usex test 'all')" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user