commit: fb8a07ac6fd33d9a78e8b84c6af461d933480402
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 14:35:19 2024 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 14:35:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8a07ac
dev-dotnet/netcoredbg: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch | 10 ----------
1 file changed, 10 deletions(-)
diff --git
a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch
b/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch
deleted file mode 100644
index d8eb8aaca6f5..000000000000
--- a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/interfaces/types.h
-+++ b/src/interfaces/types.h
-@@ -18,6 +18,7 @@
- #include <memory>
- #include <cassert>
- #include <climits>
-+#include <cstdint>
-
- namespace netcoredbg
- {