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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user