diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 18:15:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 03:18:42 -0300 |
commit | b331d273c00c040b4ddd764650d3d4b04a6c0482 (patch) | |
tree | 444ba0bf58dc626997688d4577b1a2bedf6134aa /community/libgdata/disable-perf-test.patch | |
parent | 920f000b277c400914f4fa406e7b95b9e0b1ed0e (diff) | |
download | aports-b331d273c00c040b4ddd764650d3d4b04a6c0482.tar.bz2 aports-b331d273c00c040b4ddd764650d3d4b04a6c0482.tar.xz |
community/libgdata: upgrade to 0.17.10
Diffstat (limited to 'community/libgdata/disable-perf-test.patch')
-rw-r--r-- | community/libgdata/disable-perf-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/libgdata/disable-perf-test.patch b/community/libgdata/disable-perf-test.patch new file mode 100644 index 0000000000..70cc4ae092 --- /dev/null +++ b/community/libgdata/disable-perf-test.patch @@ -0,0 +1,13 @@ +diff --git a/gdata/tests/meson.build b/gdata/tests/meson.build +index 52154e7..ced810a 100644 +--- a/gdata/tests/meson.build ++++ b/gdata/tests/meson.build +@@ -25,7 +25,6 @@ tests = { + 'general': {}, + 'oauth1-authorizer': {}, + 'oauth2-authorizer': {}, +- 'perf': {}, + 'picasaweb': { + 'dependencies': [gdk_pixbuf_dep], + 'should_fail': true, + |