commit: 3ec62b922f62179eb47d17259905ee3af1478c0c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jun 17 18:22:45 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 17 23:24:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec62b92
dev-libs/tinyxml2: remove unused patch(es) Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21287 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tinyxml2/files/tinyxml2-8.1.0-meson-typo.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-libs/tinyxml2/files/tinyxml2-8.1.0-meson-typo.patch b/dev-libs/tinyxml2/files/tinyxml2-8.1.0-meson-typo.patch deleted file mode 100644 index b13b27af792..00000000000 --- a/dev-libs/tinyxml2/files/tinyxml2-8.1.0-meson-typo.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com/leethomason/tinyxml2/commit/0838dd11a3d7a122799298d6556cff501b88421a.patch - -From 0838dd11a3d7a122799298d6556cff501b88421a Mon Sep 17 00:00:00 2001 -From: heitbaum <[email protected]> -Date: Mon, 17 May 2021 15:14:01 +1000 -Subject: [PATCH] meson.build: fix typo ---- a/meson.build -+++ b/meson.build -@@ -58,7 +58,7 @@ dep_tinyxml2 = declare_dependency( - # This is the new way to set dependencies, but let's not break users of older - # versions of meson - if meson.version().version_compare('>= 0.54.0') -- meson.override_dependency('tinyxml2', dep_tinxyml2) -+ meson.override_dependency('tinyxml2', dep_tinyxml2) - endif - - if get_option('tests')
