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 8074D1382C5 for ; Mon, 30 Nov 2020 22:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9AFAE0896; Mon, 30 Nov 2020 22:51:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4838E0896 for ; Mon, 30 Nov 2020 22:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F877341087 for ; Mon, 30 Nov 2020 22:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE52474 for ; Mon, 30 Nov 2020 22:50:59 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606776646.5ee15fdd52afd5f80283f64e077e1340fb4ef036.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild X-VCS-Directories: dev-lua/toluapp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5ee15fdd52afd5f80283f64e077e1340fb4ef036 X-VCS-Branch: master Date: Mon, 30 Nov 2020 22:50:59 +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: a78520a6-305f-4a03-a70c-e586e367b32e X-Archives-Hash: fc4f9056c154fcd9571f896f84b3f92c commit: 5ee15fdd52afd5f80283f64e077e1340fb4ef036 Author: Marek Szuba gentoo org> AuthorDate: Mon Nov 30 22:48:07 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Nov 30 22:50:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee15fdd dev-lua/toluapp: fix CMAKE_REMOVE_MODULES_LIST lines Have just confirmed that both cmake-utils.eclass (used by -r1) and cmake.eclass (used by -r100) only remove local copies of CMake modules listed in the aforementioned variable if their names do NOT include the extension '.cmake'. Signed-off-by: Marek Szuba gentoo.org> dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild | 2 +- dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild index 2c610c14b1a..e57605b296a 100644 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r1.ebuild @@ -25,4 +25,4 @@ S="${WORKDIR}/${PN}-${COMMIT_ID}" PATCHES=( "${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch ) -CMAKE_REMOVE_MODULES_LIST="dist.cmake lua.cmake FindLua.cmake" +CMAKE_REMOVE_MODULES_LIST="dist lua FindLua" 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 ab25d1fac8d..7e530101477 100644 --- a/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild +++ b/dev-lua/toluapp/toluapp-1.0.93_p20190513-r100.ebuild @@ -30,7 +30,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch "${FILESDIR}"/${PN}-1.0.93_p20190513-lua-version.patch ) -CMAKE_REMOVE_MODULES_LIST="dist.cmake lua.cmake FindLua.cmake" +CMAKE_REMOVE_MODULES_LIST="dist lua FindLua" src_configure() { local mycmakeargs=(