summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2020-11-13 09:20:19 -0700
committerAaron Bauman <bman@gentoo.org>2020-11-13 15:54:48 -0500
commit3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2 (patch)
tree3e3aee1215a543755ba68997abcd1c8da41cbff6 /sys-apps
parentsys-auth/seatd: Disable -Werror (diff)
downloadgentoo-3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2.tar.gz
gentoo-3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2.tar.bz2
gentoo-3dbe14ee3b240671d22bdbd6fe3d86a8090ca2b2.zip
sys-apps/firejail: Disabled nonworking tests
Skip some tests that were not included in this version of the release tarball. Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/753991 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18245 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/firejail/firejail-0.9.64.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/firejail/firejail-0.9.64.ebuild b/sys-apps/firejail/firejail-0.9.64.ebuild
index 43c722146092..11f57e4c9a61 100644
--- a/sys-apps/firejail/firejail-0.9.64.ebuild
+++ b/sys-apps/firejail/firejail-0.9.64.ebuild
@@ -48,6 +48,11 @@ src_prepare() {
if use contrib; then
python_fix_shebang -f contrib/*.py
fi
+
+ # some tests were missing from this release's tarball
+ if use test; then
+ sed -i -r -e 's/^(test:.*) test-private-lib (.*)/\1 \2/; s/^(test:.*) test-fnetfilter (.*)/\1 \2/' Makefile.in || die
+ fi
}
src_configure() {