From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 529FA158083 for ; Fri, 20 Sep 2024 16:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E15E29A9; Fri, 20 Sep 2024 16:35:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E7F0E29A9 for ; Fri, 20 Sep 2024 16:35:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9458D33BE32 for ; Fri, 20 Sep 2024 16:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2ED27FD for ; Fri, 20 Sep 2024 16:35:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1726850134.36466bd042219b94accd897b84fb07dfb94ee43a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eom/files/eom-1.26.1-libxml2-2.12.patch X-VCS-Directories: media-gfx/eom/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36466bd042219b94accd897b84fb07dfb94ee43a X-VCS-Branch: master Date: Fri, 20 Sep 2024 16:35:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56d963cc-20ea-49af-a06b-b38750e78846 X-Archives-Hash: b08b2b5b46e758aab4dbc5123b360f89 commit: 36466bd042219b94accd897b84fb07dfb94ee43a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Sep 19 17:38:30 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 levelnine.at> Signed-off-by: Andreas Sturmlechner 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?= - <31284574+kloczek@users.noreply.github.com> -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 to allow build with libxml 2.12.0. - -Signed-off-by: Tomasz Kłoczko - -* fix building with libxml 2.12.0 - -Co-authored-by: Colomban Wendling - ---------- - -Signed-off-by: Tomasz Kłoczko -Co-authored-by: raveit65 -Co-authored-by: Colomban Wendling ---- 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 - #include -+#include -+#include - #include - #include - -