summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-02 20:18:04 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-02 20:19:06 +0100
commitbb8053f06cfe63e7abf32ac436960cab8b4909bf (patch)
treee5e6425b54ada2c25cfbde5bed48ed870e366bc5 /app-arch/libarchive
parentdev-libs/double-conversion: Tested on ~amd64-fbsd (diff)
downloadgentoo-bb8053f06cfe63e7abf32ac436960cab8b4909bf.tar.gz
gentoo-bb8053f06cfe63e7abf32ac436960cab8b4909bf.tar.bz2
gentoo-bb8053f06cfe63e7abf32ac436960cab8b4909bf.zip
app-arch/libarchive: Restrict tests because of sandbox problems
Bug: https://bugs.gentoo.org/598806
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r--app-arch/libarchive/libarchive-3.3.1.ebuild4
-rw-r--r--app-arch/libarchive/libarchive-3.3.2.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild b/app-arch/libarchive/libarchive-3.3.1.ebuild
index 6a9a79b303a4..d5a0981783e2 100644
--- a/app-arch/libarchive/libarchive-3.3.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.1.ebuild
@@ -39,6 +39,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.3.1-libressl.patch
)
+# Various test problems, starting with the fact that sandbox
+# explodes on long paths. https://bugs.gentoo.org/598806
+RESTRICT="test"
+
src_prepare() {
default
elibtoolize # is required for Solaris sol2_ld linker fix
diff --git a/app-arch/libarchive/libarchive-3.3.2.ebuild b/app-arch/libarchive/libarchive-3.3.2.ebuild
index 2d3909ef1f42..f68b736c9464 100644
--- a/app-arch/libarchive/libarchive-3.3.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.2.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
e2fsprogs? ( sys-fs/e2fsprogs )
)"
+# Various test problems, starting with the fact that sandbox
+# explodes on long paths. https://bugs.gentoo.org/598806
+RESTRICT="test"
+
src_prepare() {
default
elibtoolize # is required for Solaris sol2_ld linker fix