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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDA4915808A for ; Fri, 25 Jul 2025 18:41:11 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3E41341F02 for ; Fri, 25 Jul 2025 18:41:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 03B44110560; Fri, 25 Jul 2025 18:41:07 +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 EF9F9110560 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 AACDD340FB1 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 1E9993280 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.28140dd7b281d32070c534b2caa4067d41000350.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: 28140dd7b281d32070c534b2caa4067d41000350 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: f47d58e8-6a2d-4295-bdf9-029383adafc2 X-Archives-Hash: d44ab652172205d4dee9c5c29e6e7ace commit: 28140dd7b281d32070c534b2caa4067d41000350 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 25 18:28:46 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=28140dd7 dev-util/kdevelop: Disable CMake-4 QA check here It is fixed upstream in 25.08 already. Closes: https://bugs.gentoo.org/960669 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-25.04.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/kdevelop/kdevelop-25.04.3.ebuild b/dev-util/kdevelop/kdevelop-25.04.3.ebuild index 4b56d24f45bd..98e09ecbe7ea 100644 --- a/dev-util/kdevelop/kdevelop-25.04.3.ebuild +++ b/dev-util/kdevelop/kdevelop-25.04.3.ebuild @@ -22,6 +22,8 @@ IUSE="gdbui plasma +qmake +share subversion" # see bug 366471 RESTRICT="test" +CMAKE_QA_COMPAT_SKIP=1 # bug 960669, fixed in >=25.08 + # UPSTREAM: not ported yet, check plugins/CMakeLists.txt # IUSE="hex" # hex? ( app-editors/okteta:6 )