From 330b5683752e103508f32f0eef4425afc4e4eba9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 17 Oct 2025 20:00:05 -0700 Subject: [PATCH] sys-process/tini: allow CMake though to 3.10 Same as upstream: https://github.com/krallin/tini/commit/071c715e376e9ee0ac1a196fe8c38bcb61ad385c Closes: https://bugs.gentoo.org/964441 Signed-off-by: Zac Medico --- sys-process/tini/files/tini-0.19.0-cmake4.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-process/tini/files/tini-0.19.0-cmake4.patch b/sys-process/tini/files/tini-0.19.0-cmake4.patch index f5f5f37b3d4c9..7014dc56ea10b 100644 --- a/sys-process/tini/files/tini-0.19.0-cmake4.patch +++ b/sys-process/tini/files/tini-0.19.0-cmake4.patch @@ -1,10 +1,11 @@ Version bump for compatibility with CMake 4 https://bugs.gentoo.org/951903 +https://bugs.gentoo.org/964441 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.0) -+cmake_minimum_required (VERSION 3.5.0) ++cmake_minimum_required (VERSION 2.8.12...3.10) project (tini C) # Config