summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Rocha <turret@turret.cyou>2023-12-09 16:10:15 -0600
committerSam James <sam@gentoo.org>2024-01-21 03:56:41 +0000
commit6832fd3e3aa75e3567bfaeb8ebd011d90dcc847f (patch)
tree53a119857fbca9fc7f665d8f782ba4ad7fabe171 /app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch
parentapp-text/zathura: version bump 0.5.4 (diff)
downloadgentoo-6832fd3e3aa75e3567bfaeb8ebd011d90dcc847f.tar.gz
gentoo-6832fd3e3aa75e3567bfaeb8ebd011d90dcc847f.tar.bz2
gentoo-6832fd3e3aa75e3567bfaeb8ebd011d90dcc847f.zip
app-text/zathura: drop obsolete 0.4.9, 0.5.3
Signed-off-by: Mason Rocha <turret@turret.cyou> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch')
-rw-r--r--app-text/zathura/files/zathura-0.5.3-disable-seccomp-tests.patch24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 1d9d0a59ca83..000000000000
--- 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