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

@@ -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)