summaryrefslogtreecommitdiff
path: root/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-kids/gmult/files/gmult-10.0-meson-0.62.patch')
-rw-r--r--games-kids/gmult/files/gmult-10.0-meson-0.62.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-kids/gmult/files/gmult-10.0-meson-0.62.patch b/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
new file mode 100644
index 000000000000..a3b12300e292
--- /dev/null
+++ b/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
@@ -0,0 +1,21 @@
+New meson is more picky about using exe in test() that wasn't found.
+https://bugs.gentoo.org/843866
+--- a/data/meson.build
++++ b/data/meson.build
+@@ -41,9 +41,11 @@
+ )
+
+-test(
+- 'validate-appstream',
+- appstream_util,
+- args: ['--nonet', 'validate-relax', gmult_appdata],
+-)
++if appstream_util.found()
++ test(
++ 'validate-appstream',
++ appstream_util,
++ args: ['--nonet', 'validate-relax', gmult_appdata],
++ )
++endif
+
+ resources = gnome.compile_resources(