commit: 67fbf2168638ddcf0b0fca51c7edf2b5a129a274 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 28 12:50:25 2021 +0000 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> CommitDate: Tue Sep 28 12:52:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fbf216
dev-lua/toluapp: Fix location of CMAKE_REMOVE_MODULES_LIST variable Setting it after "inherit cmake" is wrong and leads to issues. Closes: https://bugs.gentoo.org/811480 Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org> dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild index c921edc5750..1e925c75128 100644 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild @@ -6,6 +6,8 @@ EAPI=7 # Newer Lua versions are NOT supported, see Bug #508222 LUA_COMPAT=( lua5-1 ) +CMAKE_REMOVE_MODULES_LIST="dist lua FindLua" + inherit cmake lua-single MY_PN=${PN/pp/++} @@ -30,7 +32,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch "${FILESDIR}"/${PN}-1.0.93_p20190513-lua-version.patch ) -CMAKE_REMOVE_MODULES_LIST="dist lua FindLua" src_configure() { local mycmakeargs=(
