summaryrefslogtreecommitdiff
path: root/app-misc/piper/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-14 10:30:13 +0100
commit616579b5d773c50af31ee56f00105d96ce641ca2 (patch)
tree2ad4d3ba1429bd93a36ab99a2f5ec3490412115e /app-misc/piper/files
parent068424b26532f3551a81421a9be67ed206e5c11a (diff)
gentoo resync : 14.08.2021
Diffstat (limited to 'app-misc/piper/files')
-rw-r--r--app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch b/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
new file mode 100644
index 000000000000..a0ede6671e04
--- /dev/null
+++ b/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
@@ -0,0 +1,17 @@
+Remove linting test that is broken upstream.
+Bug: https://bugs.gentoo.org/807205
+
+--- piper-0.5.1/meson.build
++++ piper-0.5.1/meson.build
+@@ -119,11 +119,3 @@
+ configuration: config_piper_devel)
+
+ meson.add_install_script('meson_install.sh')
+-
+-flake8 = find_program('flake8', required: false)
+-if flake8.found()
+- test('flake8', flake8,
+- args: ['--ignore=E501,W504',
+- join_paths(meson.source_root(), 'piper'),
+- join_paths(meson.source_root(), 'piper.in')])
+-endif