mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-lua/readline: fix QA ExcessiveLineLength
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -66,7 +66,8 @@ src_compile() {
|
||||
|
||||
lua_src_test() {
|
||||
pushd "${BUILD_DIR}" || die
|
||||
LUA_CPATH="./?.so;${ESYSROOT}/usr/$(get_libdir)/lua/$(ver_cut 1-2 $(lua_get_version))/?.so" ${ELUA} test/test_rl.lua || die
|
||||
LUA_CPATH="./?.so;${ESYSROOT}/usr/$(get_libdir)/lua/$(ver_cut 1-2 $(lua_get_version))/?.so" \
|
||||
${ELUA} test/test_rl.lua || die
|
||||
popd || die
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user