summaryrefslogtreecommitdiff
path: root/dev-libs/pthreadpool
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-01 07:13:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-01 07:13:29 +0000
commit4e89829c1e70990fc8fdac64cf31a764ffe419ca (patch)
tree81e45bf7bf459c05081f6f33d9756ddbabcdc666 /dev-libs/pthreadpool
parent1006daa4a9bab95d5a184abe06bc488312d54822 (diff)
downloadbaldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.tar.gz
baldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.tar.xz
baldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.zip
Adding metadata
Diffstat (limited to 'dev-libs/pthreadpool')
-rw-r--r--dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch6
-rw-r--r--dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild2
2 files changed, 7 insertions, 1 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
diff --git a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild
index 205858259d66..95f3d7547a1b 100644
--- a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild
+++ b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
cmake_src_prepare
# >=dev-cpp/gtest-1.13.0 requires C++14 standard or later
- sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 14/g' \
+ sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 17/g' \
CMakeLists.txt || die "sed failed"
}