Gentoo Archives: gentoo-commits

From: Matthias Schwarzott <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/
Date: Tue, 28 Sep 2021 12:52:42
Message-Id: 1632833548.67fbf2168638ddcf0b0fca51c7edf2b5a129a274.zzam@gentoo
1 commit: 67fbf2168638ddcf0b0fca51c7edf2b5a129a274
2 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 12:50:25 2021 +0000
4 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 12:52:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fbf216
7
8 dev-lua/toluapp: Fix location of CMAKE_REMOVE_MODULES_LIST variable
9
10 Setting it after "inherit cmake" is wrong and leads to issues.
11
12 Closes: https://bugs.gentoo.org/811480
13 Package-Manager: Portage-3.0.24, Repoman-3.0.3
14 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
15
16 dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
20 index c921edc5750..1e925c75128 100644
21 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
22 +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild
23 @@ -6,6 +6,8 @@ EAPI=7
24 # Newer Lua versions are NOT supported, see Bug #508222
25 LUA_COMPAT=( lua5-1 )
26
27 +CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
28 +
29 inherit cmake lua-single
30
31 MY_PN=${PN/pp/++}
32 @@ -30,7 +32,6 @@ PATCHES=(
33 "${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
34 "${FILESDIR}"/${PN}-1.0.93_p20190513-lua-version.patch
35 )
36 -CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
37
38 src_configure() {
39 local mycmakeargs=(