commit:     4e7e9cff9f24cb157523934eb56753a2437f8a1e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  7 17:15:18 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  7 17:24:02 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4e7e9cff

cmake.eclass: Raise dev-build/cmake minimum to 3.31.9-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 5becf073d7..976352b748 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -157,7 +157,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in
 esac
 
 if [[ ${PN} != cmake ]]; then
-       BDEPEND+=" >=dev-build/cmake-3.28.5"
+       BDEPEND+=" >=dev-build/cmake-3.31.9-r1"
 fi
 
 # @FUNCTION: cmake_run_in

Reply via email to