commit: 36466bd042219b94accd897b84fb07dfb94ee43a Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Sep 19 17:38:30 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Sep 20 16:35:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36466bd0
media-gfx/eom: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch | 38 ----------------------- 1 file changed, 38 deletions(-) diff --git a/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch b/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch deleted file mode 100644 index 7bf2c65154ca..000000000000 --- a/media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch +++ /dev/null @@ -1,38 +0,0 @@ -https://bugs.gentoo.org/917514 -https://github.com/mate-desktop/eom/commit/ace46747000807d975b58101353302f34c75ef49 -https://github.com/mate-desktop/eom/commit/d00fc0b68e9419ccdefbf2831ad2537bed8f35f4 - -From ace46747000807d975b58101353302f34c75ef49 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= - <[email protected]> -Date: Sat, 25 Nov 2023 20:25:29 +0000 -Subject: [PATCH] fix building with new libxml 2.12.0 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Added include <libxml/xmlsave.h> to allow build with libxml 2.12.0. - -Signed-off-by: Tomasz Kłoczko <[email protected]> - -* fix building with libxml 2.12.0 - -Co-authored-by: Colomban Wendling <[email protected]> - ---------- - -Signed-off-by: Tomasz Kłoczko <[email protected]> -Co-authored-by: raveit65 <[email protected]> -Co-authored-by: Colomban Wendling <[email protected]> ---- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c -+++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c -@@ -27,6 +27,8 @@ - - #include <unistd.h> - #include <string.h> -+#include <libxml/globals.h> -+#include <libxml/parser.h> - #include <libxml/tree.h> - #include <gdk/gdk.h> - -
