commit: 89fafacf3d8cae7b3d0030a4a2a1e2b15381de0b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 21 21:15:59 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 21 21:23:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fafacf
net-libs/kdsoap-ws-discovery-client: Fix cmake patch Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch index 5d6c33f30424..82888ea70f2b 100644 --- a/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch +++ b/net-libs/kdsoap-ws-discovery-client/files/kdsoap-ws-discovery-client-0.4.0-cmake-minreqver-3.16.patch @@ -23,7 +23,7 @@ index 56361f6..20a885c 100644 # SPDX-License-Identifier: GPL-3.0-or-later -cmake_minimum_required(VERSION 3.7) -+cmake_minimum_required(VERSION 3.16..3.31) ++cmake_minimum_required(VERSION 3.16...3.31) project(kdsoap-ws-discovery-client VERSION 0.4.0)
