mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-libs/mdns: bump cmake_minimum_required
Closes: https://bugs.gentoo.org/951990 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
5
dev-libs/mdns/files/mdns-1.4.3-cmake_minimum.patch
Normal file
5
dev-libs/mdns/files/mdns-1.4.3-cmake_minimum.patch
Normal file
@@ -0,0 +1,5 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,1 +1,1 @@
|
||||
-cmake_minimum_required(VERSION 3.0)
|
||||
+cmake_minimum_required(VERSION 3.20)
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,3 +19,5 @@ fi
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
|
||||
PATCHES=( "${FILESDIR}/mdns-1.4.3-cmake_minimum.patch" )
|
||||
|
||||
Reference in New Issue
Block a user