summaryrefslogtreecommitdiff
path: root/sys-auth/authenticator/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /sys-auth/authenticator/files
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'sys-auth/authenticator/files')
-rw-r--r--sys-auth/authenticator/files/disable-failing-tests.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-auth/authenticator/files/disable-failing-tests.patch b/sys-auth/authenticator/files/disable-failing-tests.patch
deleted file mode 100644
index 0c17070d9106..000000000000
--- a/sys-auth/authenticator/files/disable-failing-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/data/meson.build b/data/meson.build
-index d21a6d1..b2a849b 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -50,10 +50,12 @@ endif
-
- appstreamcli = find_program(['appstreamcli', 'appstream-util'], required:false)
-
--if appstreamcli.found()
-- test (
-- 'Validate appdata file',
-- appstreamcli,
-- args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
-- )
--endif
-+# This test fails because screenshot images do not comply with restrictions.
-+# See https://github.com/bilelmoussaoui/Authenticator/issues/67
-+#if appstreamcli.found()
-+# test (
-+# 'Validate appdata file',
-+# appstreamcli,
-+# args: ['validate', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
-+# )
-+#endif