summaryrefslogtreecommitdiff
path: root/app-text/zathura/files/zathura-disable-seccomp-tests.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:14:13 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:14:13 -0400
commit6cdf3f05bf00d4c61757eca004ac24ea9767ff88 (patch)
tree955231680345d09e1f18d8b218eb5861fee8e119 /app-text/zathura/files/zathura-disable-seccomp-tests.patch
parent552e7282232777e70e8dc20a647e5a6f0ec748b6 (diff)
downloadgentoo-overlay-6cdf3f05bf00d4c61757eca004ac24ea9767ff88.tar.xz
gentoo-overlay-6cdf3f05bf00d4c61757eca004ac24ea9767ff88.zip
app-text/zathura: remove
Diffstat (limited to 'app-text/zathura/files/zathura-disable-seccomp-tests.patch')
-rw-r--r--app-text/zathura/files/zathura-disable-seccomp-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/zathura/files/zathura-disable-seccomp-tests.patch b/app-text/zathura/files/zathura-disable-seccomp-tests.patch
deleted file mode 100644
index f3d88a2..0000000
--- a/app-text/zathura/files/zathura-disable-seccomp-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/tests/meson.build b/tests/meson.build
-index ac7edb8..68216f3 100644
---- a/tests/meson.build
-+++ b/tests/meson.build
-@@ -25,17 +25,6 @@ if check.found()
- timeout: 60*60
- )
-
-- if seccomp.found()
-- sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'],
-- dependencies: build_dependencies + test_dependencies,
-- include_directories: include_directories,
-- c_args: defines + flags
-- )
-- test('sandbox', sandbox,
-- timeout: 60*60
-- )
-- endif
--
- utils = executable('test_utils', ['test_utils.c', 'tests.c'],
- dependencies: build_dependencies + test_dependencies,
- include_directories: include_directories,