app-arch/libarchive: Restrict tests because of sandbox problems
authorMichał Górny <mgorny@gentoo.org>
Fri, 2 Mar 2018 19:18:04 +0000 (20:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 2 Mar 2018 19:19:06 +0000 (20:19 +0100)
Bug: https://bugs.gentoo.org/598806

app-arch/libarchive/libarchive-3.3.1.ebuild
app-arch/libarchive/libarchive-3.3.2.ebuild

index 6a9a79b303a43eb9bceb21a8acd351f224596897..d5a0981783e2009728b1acef2c5082bfd65360ff 100644 (file)
@@ -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
index 2d3909ef1f42a0d0965fdd4398506b0b9674c4a6..f68b736c9464f77d8e3bb1368356b5de27e2ca3c 100644 (file)
@@ -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