summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-10-17 18:25:47 +0200
committerBen Kohler <bkohler@gentoo.org>2023-10-27 13:00:24 -0500
commitbdff2118a2c0b3326eb739978b7a7822d1b65e38 (patch)
tree3cff0aa2e2dbd7664658f5747e6040fdf4c8580b
parentnet-misc/dropbox: add 185.4.6054 (diff)
downloadgentoo-bdff2118a2c0b3326eb739978b7a7822d1b65e38.tar.gz
gentoo-bdff2118a2c0b3326eb739978b7a7822d1b65e38.tar.bz2
gentoo-bdff2118a2c0b3326eb739978b7a7822d1b65e38.zip
app-admin/mcelog: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33377 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--app-admin/mcelog/files/mcelog-194-musl-fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-admin/mcelog/files/mcelog-194-musl-fix.patch b/app-admin/mcelog/files/mcelog-194-musl-fix.patch
deleted file mode 100644
index 6ea3c1f79303..000000000000
--- a/app-admin/mcelog/files/mcelog-194-musl-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://github.com/andikleen/mcelog/pull/115
-From: Brahmajit Das <brahmajit.xyz@gmail.com>
-Date: Mon, 12 Jun 2023 10:56:44 +0000
-Subject: [PATCH] client: Fix build w/ musl libc
-
-Refer: https://github.com/andikleen/mcelog/pull/115
-Bug: https://bugs.gentoo.org/894316
-Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
---- a/client.c
-+++ b/client.c
-@@ -19,6 +19,7 @@
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <unistd.h>
-+#include <string.h>
- #include "mcelog.h"
- #include "client.h"
- #include "paths.h"
---
-2.41.0
-