From fac687190cbee71e1dd48869304a10f31746221e Mon Sep 17 00:00:00 2001 From: turret Date: Sat, 9 Mar 2024 17:57:41 -0600 Subject: app-text/zathura: drop pkg (unused) --- .../zathura-0.5.3-disable-seccomp-tests.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch (limited to 'app-text/zathura/files') 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 deleted file mode 100644 index 1d9d0a5..0000000 --- a/app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 -- cgit v1.2.3