summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-07-27 14:07:14 +0100
committerMarek Szuba <marecki@gentoo.org>2022-07-27 14:10:48 +0100
commitb4fabe3321f48b90f0e4700284af92b857425456 (patch)
tree718b2eea480b962b8983586822785bdd36238579 /sys-apps/fwupd/files
parentsys-cluster/knem: Remove unused patch (diff)
downloadgentoo-b4fabe3321f48b90f0e4700284af92b857425456.tar.gz
gentoo-b4fabe3321f48b90f0e4700284af92b857425456.tar.bz2
gentoo-b4fabe3321f48b90f0e4700284af92b857425456.zip
sys-apps/fwupd: add 1.8.3
Closes: https://bugs.gentoo.org/841767 Closes: https://bugs.gentoo.org/859331 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/fwupd/files')
-rw-r--r--sys-apps/fwupd/files/fwupd-1.8.3-docgen_deps_test.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.8.3-docgen_deps_test.patch b/sys-apps/fwupd/files/fwupd-1.8.3-docgen_deps_test.patch
new file mode 100644
index 000000000000..297bde7d1740
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-1.8.3-docgen_deps_test.patch
@@ -0,0 +1,16 @@
+test-deps.py attempts to check the version of dev-python/markdown used
+by dev-util/gi-docgen by importing it. However, on Gentoo there is no
+guarantee that the gi-docgen executable and fwupd build scripts use
+the same Python interpreter.
+
+--- a/meson.build
++++ b/meson.build
+@@ -542,7 +542,7 @@
+ fwupd_gir = []
+ introspection = get_option('introspection').disable_auto_if(host_machine.system() != 'linux')
+ r = run_command([python3, 'docs/test-deps.py'])
+-docs_python_deps = get_option('docs').require(r.returncode() == 0, error_message: r.stdout())
++docs_python_deps = get_option('docs')
+ gidocgen_dep = dependency('gi-docgen',
+ version: '>= 2021.1',
+ native: true,