mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-lua/toluapp: fix CMAKE_REMOVE_MODULES_LIST lines
Have just confirmed that both cmake-utils.eclass (used by -r1) and cmake.eclass (used by -r100) only remove local copies of CMake modules listed in the aforementioned variable if their names do NOT include the extension '.cmake'. Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -25,4 +25,4 @@ S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
|
||||
)
|
||||
CMAKE_REMOVE_MODULES_LIST="dist.cmake lua.cmake FindLua.cmake"
|
||||
CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
|
||||
|
||||
@@ -30,7 +30,7 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
|
||||
"${FILESDIR}"/${PN}-1.0.93_p20190513-lua-version.patch
|
||||
)
|
||||
CMAKE_REMOVE_MODULES_LIST="dist.cmake lua.cmake FindLua.cmake"
|
||||
CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
|
||||
Reference in New Issue
Block a user