mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
f59da69bd2
commit
416ed4c250
@ -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
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user