commit: 28140dd7b281d32070c534b2caa4067d41000350 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 18:28:46 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 )
