commit: 68d4ae412a8f58f9e99c16b81c23377ffabd376f Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Nov 30 18:32:44 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Nov 30 18:33:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d4ae41
dev-libs/pthreadpool: cmake >= 3.10 Closes: https://bugs.gentoo.org/964484 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch index a818eaabc1a1..0df8cfd1b3e4 100644 --- a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch +++ b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch @@ -1,5 +1,11 @@ --- a/CMakeLists.txt 2022-05-09 12:38:59.927116924 +0200 +++ b/CMakeLists.txt 2022-05-09 12:39:39.141532680 +0200 +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) + + # ---[ Project + PROJECT(pthreadpool C) @@ -37,22 +37,10 @@ # ---[ Download deps
