dev-libs/frozen: bump minimum required CMake version

Closes: https://bugs.gentoo.org/974744
Closes: https://bugs.gentoo.org/974746
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-12 19:30:58 +03:00
parent 53f7323423
commit 0b30f927d3
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
From: Pavel Sobolev <contact@paveloom.dev>
Subject: [PATCH] Bump minimum required CMake version.
Upstream-Commit: https://github.com/serge-sans-paille/frozen/commit/5c3f679d52ff4badd8bc2a96907d954e8bbcd021
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.10)
#
# Here we check whether frozen is being configured in isolation or as a component
# of a larger proeject. To do so, we query whether the `PROJECT_NAME` CMake

View File

@@ -15,6 +15,10 @@ KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="test"
RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}/${PN}-1.2.0-bump-minimum-required-CMake-version.patch"
)
src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)