summaryrefslogtreecommitdiff
path: root/gnome-base/gvfs/files/meson-0.61.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-03 20:27:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-03 20:27:24 +0000
commit27e5574c9ed56a2633e25f7fa8f591554266a1b4 (patch)
treeeafae39b8faa55ceb7cc8100d5d03a2dfc9b7842 /gnome-base/gvfs/files/meson-0.61.patch
parent5aede38e7304fc5c3bd8a2034b25758b15a19fa0 (diff)
gentoo auto-resync : 03:01:2023 - 20:27:24
Diffstat (limited to 'gnome-base/gvfs/files/meson-0.61.patch')
-rw-r--r--gnome-base/gvfs/files/meson-0.61.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnome-base/gvfs/files/meson-0.61.patch b/gnome-base/gvfs/files/meson-0.61.patch
deleted file mode 100644
index 20e03388d7c6..000000000000
--- a/gnome-base/gvfs/files/meson-0.61.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-https://bugs.gentoo.org/831840
-https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/133
-
-From 1522bf6a9741cf6f1fe16eaf50fd20af46882873 Mon Sep 17 00:00:00 2001
-From: Ondrej Holy <oholy@redhat.com>
-Date: Fri, 21 Jan 2022 08:32:31 +0100
-Subject: [PATCH] build: Remove incorrect i18n.merge_file argument
-
-The positional argument was being silently ignored until meson 0.60.0 where
-it fails with "ERROR: Function does not take positional arguments".
-
-Related: https://github.com/mesonbuild/meson/issues/9441
-Fixes: https://gitlab.gnome.org/GNOME/gvfs/-/issues/599
-(cherry picked from commit 17a067b9b823a0d54e061eae45ff8e2c7e4a88d0)
----
- daemon/meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/daemon/meson.build b/daemon/meson.build
-index dffeef3e..bdc506fe 100644
---- a/daemon/meson.build
-+++ b/daemon/meson.build
-@@ -366,7 +366,6 @@ if enable_admin
- )
-
- i18n.merge_file(
-- policy,
- input: policy_in,
- output: '@BASENAME@',
- po_dir: po_dir,
---
-2.34.1
-