Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Fri, 02 Mar 2018 19:19:21
Message-Id: 1520018346.bb8053f06cfe63e7abf32ac436960cab8b4909bf.mgorny@gentoo
1 commit: bb8053f06cfe63e7abf32ac436960cab8b4909bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 19:18:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 19:19:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8053f0
7
8 app-arch/libarchive: Restrict tests because of sandbox problems
9
10 Bug: https://bugs.gentoo.org/598806
11
12 app-arch/libarchive/libarchive-3.3.1.ebuild | 4 ++++
13 app-arch/libarchive/libarchive-3.3.2.ebuild | 4 ++++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild b/app-arch/libarchive/libarchive-3.3.1.ebuild
17 index 6a9a79b303a..d5a0981783e 100644
18 --- a/app-arch/libarchive/libarchive-3.3.1.ebuild
19 +++ b/app-arch/libarchive/libarchive-3.3.1.ebuild
20 @@ -39,6 +39,10 @@ PATCHES=(
21 "${FILESDIR}"/${PN}-3.3.1-libressl.patch
22 )
23
24 +# Various test problems, starting with the fact that sandbox
25 +# explodes on long paths. https://bugs.gentoo.org/598806
26 +RESTRICT="test"
27 +
28 src_prepare() {
29 default
30 elibtoolize # is required for Solaris sol2_ld linker fix
31
32 diff --git a/app-arch/libarchive/libarchive-3.3.2.ebuild b/app-arch/libarchive/libarchive-3.3.2.ebuild
33 index 2d3909ef1f4..f68b736c946 100644
34 --- a/app-arch/libarchive/libarchive-3.3.2.ebuild
35 +++ b/app-arch/libarchive/libarchive-3.3.2.ebuild
36 @@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
37 e2fsprogs? ( sys-fs/e2fsprogs )
38 )"
39
40 +# Various test problems, starting with the fact that sandbox
41 +# explodes on long paths. https://bugs.gentoo.org/598806
42 +RESTRICT="test"
43 +
44 src_prepare() {
45 default
46 elibtoolize # is required for Solaris sol2_ld linker fix