commit:     1a37f7b70f18b10f31d470b562f8bda9561b9265
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 00:25:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 00:25:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a37f7b7

net-p2p/eiskaltdcpp: fix CMake MisplacedEclassVar

Closes: https://bugs.gentoo.org/811582
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 4 +---
 net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild 
b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
index 71261a868be..c293b4a3b6f 100644
--- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
+++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-1 lua5-2 )
-
+CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
 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"
 
 inherit cmake lua-single plocale strip-linguas xdg-utils toolchain-funcs
@@ -91,8 +91,6 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog.txt )
 
-CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
-
 pkg_setup() {
        use lua && lua-single_pkg_setup
 }

diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild 
b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
index 2874c96fd79..10dbd43956b 100644
--- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
+++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-1 lua5-2 )
-
+CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
 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"
 
 inherit cmake lua-single plocale xdg-utils toolchain-funcs
@@ -91,8 +91,6 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog.txt )
 
-CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua"
-
 pkg_setup() {
        use lua && lua-single_pkg_setup
 }

Reply via email to