From c08c47f803a2c03d386a4bb0acb62f8737bcc0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 21 Sep 2025 16:24:16 +0200 Subject: [PATCH] dev-dotnet/netcoredbg: bump cmake_minimum for stable version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/955113 Signed-off-by: Maciej Barć --- dev-dotnet/netcoredbg/netcoredbg-3.1.0.1031.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/netcoredbg/netcoredbg-3.1.0.1031.ebuild b/dev-dotnet/netcoredbg/netcoredbg-3.1.0.1031.ebuild index 03cdd88dbf2f6..bebef3fa68d85 100644 --- a/dev-dotnet/netcoredbg/netcoredbg-3.1.0.1031.ebuild +++ b/dev-dotnet/netcoredbg/netcoredbg-3.1.0.1031.ebuild @@ -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 @@ -7,6 +7,8 @@ MY_PV="$(ver_cut 1-3)-$(ver_cut 4)" DOTNET_RUNTIME_V="8.0.7" CMAKE_IN_SOURCE_BUILD="ON" +CMAKE_MAKEFILE_GENERATOR="emake" + DOTNET_PKG_COMPAT="8.0" NUGETS=" microsoft.codeanalysis.analyzers@1.1.0 @@ -164,7 +166,8 @@ DOTNET_PKG_PROJECTS=( src/managed/ManagedPart.csproj # Restore but do not build those projects. ) PATCHES=( - "${FILESDIR}/${PN}-3.0.0.1012-compileoptions.patch" + "${FILESDIR}/netcoredbg-3.0.0.1012-compileoptions.patch" + "${FILESDIR}/netcoredbg-3.1.2.1054-cmake_minimum_required.patch" ) QA_FLAGS_IGNORED=".*/libdbgshim.so"