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:
Maciej Barć
2025-04-13 17:34:25 +02:00
parent a6fc9a8b94
commit 9dc53e0108
2 changed files with 8 additions and 1 deletions

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

View File

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