summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-02-17 15:35:19 +0100
committerDavid Seifert <soap@gentoo.org>2024-02-17 15:35:19 +0100
commitfb8a07ac6fd33d9a78e8b84c6af461d933480402 (patch)
treebb95c68c415517e2f525173b3487a3c34068388a /dev-dotnet
parentmedia-radio/direwolf: remove unused patches (diff)
downloadgentoo-fb8a07ac6fd33d9a78e8b84c6af461d933480402.tar.gz
gentoo-fb8a07ac6fd33d9a78e8b84c6af461d933480402.tar.bz2
gentoo-fb8a07ac6fd33d9a78e8b84c6af461d933480402.zip
dev-dotnet/netcoredbg: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch10
1 files changed, 0 insertions, 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
- {