commit: 17d7238f091608e26d063643d753217841299896 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Nov 16 17:10:18 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Nov 16 17:10:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d7238f
dev-libs/cpuinfo: fix min cmake Closes: https://bugs.gentoo.org/964769 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-libs/cpuinfo/cpuinfo-2025.03.21.ebuild | 1 + dev-libs/cpuinfo/files/cpuinfo-2025.03.21-cmake.patch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-libs/cpuinfo/cpuinfo-2025.03.21.ebuild b/dev-libs/cpuinfo/cpuinfo-2025.03.21.ebuild index 3d8bb95dfee1..bc933acab533 100644 --- a/dev-libs/cpuinfo/cpuinfo-2025.03.21.ebuild +++ b/dev-libs/cpuinfo/cpuinfo-2025.03.21.ebuild @@ -25,6 +25,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2023.11.04-gentoo.patch "${FILESDIR}"/${PN}-2023.01.13-test.patch "${FILESDIR}"/${PN}-2024.10.22.2-cmake.patch + "${FILESDIR}"/${P}-cmake.patch ) src_configure() { diff --git a/dev-libs/cpuinfo/files/cpuinfo-2025.03.21-cmake.patch b/dev-libs/cpuinfo/files/cpuinfo-2025.03.21-cmake.patch new file mode 100644 index 000000000000..509ee52f805d --- /dev/null +++ b/dev-libs/cpuinfo/files/cpuinfo-2025.03.21-cmake.patch @@ -0,0 +1,16 @@ +--- a/CMakeLists.txt 2025-11-16 18:05:37.024756666 +0100 ++++ b/CMakeLists.txt 2025-11-16 18:06:04.759313935 +0100 +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.8 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) + + # ---[ Setup project + PROJECT( +--- a/deps/clog/CMakeLists.txt 2025-11-16 18:06:15.538149138 +0100 ++++ b/deps/clog/CMakeLists.txt 2025-11-16 18:06:29.559934782 +0100 +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) + + INCLUDE(GNUInstallDirs) +
