dev-libs/libpsl-native: bump cmake_minimum_required

Closes: https://bugs.gentoo.org/952023
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-03-25 14:56:19 +01:00
parent f59da69bd2
commit 416ed4c250
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,8 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11)
+cmake_minimum_required(VERSION 3.20)
project(PSL-NATIVE)
# Can't use add_compile_options with 2.8.11

View File

@ -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
@ -30,8 +30,9 @@ SLOT="0/$(ver_cut 1-2)"
BDEPEND="dev-cpp/gtest"
PATCHES=(
"${FILESDIR}/${PN}-7.4.0-cmake.patch"
"${FILESDIR}/${PN}-7.3.2-test-cmake.patch"
"${FILESDIR}/${PN}-7.4.0-cmake.patch"
"${FILESDIR}/${PN}-7.4.0-cmake_minimum.patch"
)
src_install() {