From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11D0D158018 for ; Mon, 4 Oct 2021 00:27:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43DD5E0876; Mon, 4 Oct 2021 00:27:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28083E0876 for ; Mon, 4 Oct 2021 00:27:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40785342F15 for ; Mon, 4 Oct 2021 00:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8452DC for ; Mon, 4 Oct 2021 00:27:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633307154.1a37f7b70f18b10f31d470b562f8bda9561b9265.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild X-VCS-Directories: net-p2p/eiskaltdcpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a37f7b70f18b10f31d470b562f8bda9561b9265 X-VCS-Branch: master Date: Mon, 4 Oct 2021 00:27:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0652e47b-906f-4af2-aecc-df02d79afa09 X-Archives-Hash: c9633c88a1e0dd375d45d24b8ec06ceb commit: 1a37f7b70f18b10f31d470b562f8bda9561b9265 Author: Sam James gentoo org> AuthorDate: Mon Oct 4 00:25:54 2021 +0000 Commit: Sam James gentoo 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 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 }