sci-mathematics/minisat: bump cmake_minimum_required

Closes: https://bugs.gentoo.org/951736
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-03-23 23:22:59 +01:00
parent f0de6f7771
commit f0ddba54bb
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.20)
project(minisat)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-cmake.patch
"${FILESDIR}"/${P}-musl.patch
"${FILESDIR}/minisat-2.2.1-cmake_minimum.patch"
)
src_install() {