From b17b37d48c71d9f102822225f88cf66d8cde8b9f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 26 Dec 2022 09:25:51 +0100 Subject: [PATCH] dev-libs/libebml: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/28818 Signed-off-by: Conrad Kostecki --- ...libebml-1.4.2-header-fixes-for-gcc11.patch | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch diff --git a/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch b/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch deleted file mode 100644 index c16e1395d6052..0000000000000 --- a/dev-libs/libebml/files/libebml-1.4.2-header-fixes-for-gcc11.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f0bfd53647961e799a43d918c46cf3b6bff89806 Mon Sep 17 00:00:00 2001 -From: Moritz Bunkus -Date: Sat, 27 Feb 2021 20:36:52 +0100 -Subject: [PATCH] include appropriate header files for std::numeric_limits - -Fixes #80. ---- a/src/EbmlString.cpp -+++ b/src/EbmlString.cpp -@@ -34,6 +34,7 @@ - \author Steve Lhomme - */ - #include -+#include - - #include "ebml/EbmlString.h" - ---- a/src/EbmlUnicodeString.cpp -+++ b/src/EbmlUnicodeString.cpp -@@ -36,6 +36,7 @@ - */ - - #include -+#include - - #include "ebml/EbmlUnicodeString.h" -