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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1DBD159C9B for ; Wed, 14 Aug 2024 21:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39555E29B7; Wed, 14 Aug 2024 21:04:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DD6DE29B7 for ; Wed, 14 Aug 2024 21:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18474343099 for ; Wed, 14 Aug 2024 21:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746C91EEB for ; Wed, 14 Aug 2024 21:04:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1723580327.03ead19ca18f1645ac6cef03ab562d7580c72767.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 03ead19ca18f1645ac6cef03ab562d7580c72767 X-VCS-Branch: master Date: Wed, 14 Aug 2024 21:04:13 +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: 63b39645-018d-4a8d-8dba-a29917ca2ae0 X-Archives-Hash: 8cc76d6b40a3e435bf527dd8cb7d3724 commit: 03ead19ca18f1645ac6cef03ab562d7580c72767 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 13 20:18:36 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 13 20:18:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=03ead19c cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_GIT Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/cmake.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 4dfea4e34d..73e0adaf30 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -468,6 +468,7 @@ cmake_src_configure() { cat >> ${common_config} <<- _EOF_ || die set(ECM_DISABLE_QMLPLUGINDUMP ON CACHE BOOL "") set(ECM_DISABLE_APPSTREAMTEST ON CACHE BOOL "") + set(ECM_DISABLE_GIT ON CACHE BOOL "") _EOF_ fi