commit: dc4472ce5e39e8613acaf43158d17a5316c53d89
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 20 18:06:15 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Thu Nov 20 18:06:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4472ce
www-client/tangram: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
.../tangram/files/tangram-2.0-dont-validate-appstream.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch
b/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch
deleted file mode 100644
index 4f636213c70b..000000000000
--- a/www-client/tangram/files/tangram-2.0-dont-validate-appstream.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/data/appdata/meson.build
-+++ b/data/appdata/meson.build
-@@ -7,7 +7,7 @@ appstream_file = i18n.merge_file(
- )
-
- appstream_util = find_program('appstream-util', required: false)
--if appstream_util.found()
-+if false
- test('Validate appstream file', appstream_util,
- args: ['validate', appstream_file]
- )