aboutsummaryrefslogtreecommitdiffstats
path: root/app-text/zathura/files
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-12-08 21:51:18 -0600
committerturret <turret@duck.com>2023-12-08 21:51:18 -0600
commit4bc9d1a35047c8c596e8e893f5a1de7a80699e10 (patch)
tree38662fe3ee3f9a7bbe5a6f7fa2b6c560240f55f4 /app-text/zathura/files
parenta780240bdac5db4df0310f0765b756cc6fb7d93e (diff)
downloadportage-overlay-4bc9d1a35047c8c596e8e893f5a1de7a80699e10.tar.gz
portage-overlay-4bc9d1a35047c8c596e8e893f5a1de7a80699e10.tar.bz2
portage-overlay-4bc9d1a35047c8c596e8e893f5a1de7a80699e10.zip
app-text/zathura: add 0.5.3
just do i don't forget to merge it to gentoo.git later
Diffstat (limited to 'app-text/zathura/files')
-rw-r--r--app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch b/app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch
new file mode 100644
index 0000000..1d9d0a5
--- /dev/null
+++ b/app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch
@@ -0,0 +1,24 @@
+diff --git a/tests/meson.build b/tests/meson.build
+index d2bed1d..9dbb6df 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -44,18 +44,7 @@ if check.found()
+ test('session', xvfb,
+ args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset', session],
+ 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', xvfb,
+- args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset', sandbox],
+- timeout: 60*60
+- )
+- endif
++
+ endif
+ endif