Skip to content

Commit

Permalink
app-arch/libarchive: Restrict tests because of sandbox problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Mar 2, 2018
1 parent 12da851 commit bb8053f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-arch/libarchive/libarchive-3.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions app-arch/libarchive/libarchive-3.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8053f

Please sign in to comment.