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 B9D051581D3 for ; Mon, 20 May 2024 17:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A71EE2A2C; Mon, 20 May 2024 17:18:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D2AE2A2C for ; Mon, 20 May 2024 17:18:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01CD933BE12 for ; Mon, 20 May 2024 17:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 919F61AA0 for ; Mon, 20 May 2024 17:18:22 +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: <1716225467.86e76088333a422777f4e19c73adce6814c68ebf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-24.04.90.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86e76088333a422777f4e19c73adce6814c68ebf X-VCS-Branch: master Date: Mon, 20 May 2024 17:18:22 +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: 3cbfbac4-8e73-466a-98dd-27a2e1c6f4fb X-Archives-Hash: 7fe652929d7f9cda8c59068c524ba848 commit: 86e76088333a422777f4e19c73adce6814c68ebf Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 20 17:13:44 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 20 17:17:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e76088 dev-util/kdevelop: Fix cmake by also disabling KDEExperimentalPurpose Closes: https://bugs.gentoo.org/932311 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-24.04.90.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/kdevelop/kdevelop-24.04.90.ebuild b/dev-util/kdevelop/kdevelop-24.04.90.ebuild index 898099c6d626..4f6a9154cdfb 100644 --- a/dev-util/kdevelop/kdevelop-24.04.90.ebuild +++ b/dev-util/kdevelop/kdevelop-24.04.90.ebuild @@ -99,6 +99,7 @@ llvm_check_deps() { src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose=ON -DCMAKE_DISABLE_FIND_PACKAGE_KF5Purpose=ON -DLLVM_ROOT="$(get_llvm_prefix ${LLVM_SLOT})" $(cmake_use_find_package gdbui KSysGuard)