From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EBFBF15808A for ; Fri, 25 Jul 2025 18:41:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D8C5C340DBF for ; Fri, 25 Jul 2025 18:41:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA74911055F; Fri, 25 Jul 2025 18:41:06 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D196E1102A2 for ; Fri, 25 Jul 2025 18:41:06 +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 8A247340F7D for ; Fri, 25 Jul 2025 18:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04751320C for ; Fri, 25 Jul 2025 18:41:05 +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: <1753468835.817a54c49bfe31c49252538412e466c571ed5422.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-25.04.3.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 817a54c49bfe31c49252538412e466c571ed5422 X-VCS-Branch: master Date: Fri, 25 Jul 2025 18:41:05 +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: 9c7d4a61-1158-48d8-a930-2abc42ffaad7 X-Archives-Hash: 8fd231fc03e69d819d8ac8739be9c40a commit: 817a54c49bfe31c49252538412e466c571ed5422 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 25 18:26:09 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 25 18:40:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817a54c4 dev-util/kdevelop: Use KDevelopPGQt CMake naming, fallback for <2.4 Upstream commit b9de4ae65320d5c6d342d6446443ee564f880f51 Closes: https://bugs.gentoo.org/960673 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-25.04.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-25.04.3.ebuild b/dev-util/kdevelop/kdevelop-25.04.3.ebuild index c78d301ab81d..4b56d24f45bd 100644 --- a/dev-util/kdevelop/kdevelop-25.04.3.ebuild +++ b/dev-util/kdevelop/kdevelop-25.04.3.ebuild @@ -94,11 +94,13 @@ src_configure() { $(cmake_use_find_package gdbui KSysGuard) -DBUILD_executeplasmoid=$(usex plasma) $(cmake_use_find_package plasma Plasma) - $(cmake_use_find_package qmake KDevelop-PG-Qt) + $(cmake_use_find_package qmake KDevelopPGQt) $(cmake_use_find_package share KF6Purpose) $(cmake_use_find_package subversion SubversionLibrary) ) -# $(cmake_use_find_package hex OktetaKastenControllers) + if has_version "