Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/
Date: Mon, 04 Oct 2021 00:27:53
Message-Id: 1633307154.1a37f7b70f18b10f31d470b562f8bda9561b9265.sam@gentoo
1 commit: 1a37f7b70f18b10f31d470b562f8bda9561b9265
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:25:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:25:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a37f7b7
7
8 net-p2p/eiskaltdcpp: fix CMake MisplacedEclassVar
9
10 Closes: https://bugs.gentoo.org/811582
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 4 +---
14 net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
18 index 71261a868be..c293b4a3b6f 100644
19 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
20 +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 LUA_COMPAT=( lua5-1 lua5-2 )
25 -
26 +CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
27 PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN"
28
29 inherit cmake lua-single plocale strip-linguas xdg-utils toolchain-funcs
30 @@ -91,8 +91,6 @@ DEPEND="${RDEPEND}
31
32 DOCS=( AUTHORS ChangeLog.txt )
33
34 -CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
35 -
36 pkg_setup() {
37 use lua && lua-single_pkg_setup
38 }
39
40 diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
41 index 2874c96fd79..10dbd43956b 100644
42 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
43 +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
44 @@ -4,7 +4,7 @@
45 EAPI=7
46
47 LUA_COMPAT=( lua5-1 lua5-2 )
48 -
49 +CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
50 PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN"
51
52 inherit cmake lua-single plocale xdg-utils toolchain-funcs
53 @@ -91,8 +91,6 @@ DEPEND="${RDEPEND}
54
55 DOCS=( AUTHORS ChangeLog.txt )
56
57 -CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
58 -
59 pkg_setup() {
60 use lua && lua-single_pkg_setup
61 }