commit: 47de9dae588f0408240bf763e9824eb00e8fd8bb Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Feb 13 16:28:56 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Feb 13 16:31:47 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47de9dae
x11-misc/tint2: adjust cmake versions in patch It doesn't actually matter, but I "meant" to keep to keep the original minimum in the range and it bothered me (3.16 is from an earlier unused patch). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-misc/tint2/files/tint2-17.0.2-cmake4.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/tint2/files/tint2-17.0.2-cmake4.patch b/x11-misc/tint2/files/tint2-17.0.2-cmake4.patch index b429dc6b3b37..d5aec6c6ebee 100644 --- a/x11-misc/tint2/files/tint2-17.0.2-cmake4.patch +++ b/x11-misc/tint2/files/tint2-17.0.2-cmake4.patch @@ -2,14 +2,14 @@ https://bugs.gentoo.org/957928 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,3 @@ -+cmake_minimum_required( VERSION 3.16...4.1 ) ++cmake_minimum_required( VERSION 2.8.5...4.1 ) project( tint2 ) -cmake_minimum_required( VERSION 2.8.5 ) --- a/src/tint2conf/CMakeLists.txt +++ b/src/tint2conf/CMakeLists.txt @@ -1,3 +1,3 @@ -+cmake_minimum_required(VERSION 3.16...4.1) ++cmake_minimum_required(VERSION 2.6...4.1) project(tint2conf) -cmake_minimum_required(VERSION 2.6)
