mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sci-mathematics/boolector: bump cmake_minimum_required
Closes: https://bugs.gentoo.org/953950 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
a068760067
commit
bd3199220b
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -46,7 +46,10 @@ BDEPEND="
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.2.3-cmake-std.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/boolector-3.2.3-cmake-std.patch"
|
||||
"${FILESDIR}/boolector-3.2.4-cmake_minimum_required.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
use python && python-single-r1_pkg_setup
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -5,7 +5,7 @@
|
||||
# This file is part of Boolector.
|
||||
# See COPYING for more information on using this software.
|
||||
#
|
||||
-cmake_minimum_required(VERSION 3.3)
|
||||
+cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user