2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

cmake.eclass: Raise minimum dev-build/cmake version to 3.28.5

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-05 21:54:43 +02:00
parent 181e38741a
commit db6e698c25

View File

@@ -164,7 +164,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in
esac
if [[ ${PN} != cmake ]]; then
BDEPEND+=" >=dev-build/cmake-3.20.5"
BDEPEND+=" >=dev-build/cmake-3.28.5"
fi
# @FUNCTION: cmake_run_in