commit: d71e9321b0477713939f313f1a8c952e8b093b4e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 21 21:24:33 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 21 21:24:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71e9321
dev-cpp/robin-map: Fix cmake patch Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch b/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch index 679c573aa667..20f21ebc73ea 100644 --- a/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch +++ b/dev-cpp/robin-map/files/robin-map-1.4.0-cmake-minreqver-3.10.patch @@ -29,7 +29,7 @@ index be1a3ff..c08cc6f 100644 +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) -+cmake_minimum_required(VERSION 3.10..3.31) ++cmake_minimum_required(VERSION 3.10...3.31) project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
