commit:     c08c47f803a2c03d386a4bb0acb62f8737bcc0e6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 14:24:16 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 14:48:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08c47f8

dev-dotnet/netcoredbg: bump cmake_minimum for stable version

Closes: https://bugs.gentoo.org/955113
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 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 03cdd88dbf2f..bebef3fa68d8 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="
 [email protected]
@@ -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"
 

Reply via email to