summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2025-11-30 19:32:44 +0100
committerAlfredo Tupone <tupone@gentoo.org>2025-11-30 19:33:23 +0100
commit68d4ae412a8f58f9e99c16b81c23377ffabd376f (patch)
treee0894e59ad901bf11996656de0f7d3c606467191 /dev-libs
parent0aaf82d2d2bb51f15629cd210a24a0746c0a836f (diff)
downloadgentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.tar.gz
gentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.tar.bz2
gentoo-68d4ae412a8f58f9e99c16b81c23377ffabd376f.zip
dev-libs/pthreadpool: cmake >= 3.10
Closes: https://bugs.gentoo.org/964484 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch6
1 files changed, 6 insertions, 0 deletions
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