commit:     e88ba03d7446bbd3dd9fda3a6ab91808b72192f8
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 27 19:32:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  4 20:46:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88ba03d

media-video/mkvtoolnix: drop unused patch

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43195
Closes: https://github.com/gentoo/gentoo/pull/43195
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/mkvtoolnix-86.0-libfmt-11-fix.patch      | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/media-video/mkvtoolnix/files/mkvtoolnix-86.0-libfmt-11-fix.patch 
b/media-video/mkvtoolnix/files/mkvtoolnix-86.0-libfmt-11-fix.patch
deleted file mode 100644
index 3b4b1b9fca52..000000000000
--- a/media-video/mkvtoolnix/files/mkvtoolnix-86.0-libfmt-11-fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://gitlab.com/mbunkus/mkvtoolnix/-/merge_requests/2259
-https://gitlab.com/mbunkus/mkvtoolnix/-/commit/b57dde69dc80b151844e0762a2ae6bca3ba86d95
-
-From b57dde69dc80b151844e0762a2ae6bca3ba86d95 Mon Sep 17 00:00:00 2001
-From: Kefu Chai <[email protected]>
-Date: Mon, 15 Jul 2024 11:10:09 +0800
-Subject: [PATCH] fix build with fmt v11
-
-fmt::join() was moved into fmt/ranges.h since fmt 11, so let's
-include this header for using it.
-
-Signed-off-by: Kefu Chai <[email protected]>
---- a/src/common/common.h
-+++ b/src/common/common.h
-@@ -35,6 +35,7 @@
- 
- #include <fmt/format.h>
- #include <fmt/ostream.h>
-+#include <fmt/ranges.h>
- 
- #include <boost/algorithm/string.hpp>
- #include <boost/multiprecision/cpp_int.hpp>
--- 
-GitLab
-

Reply via email to