From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 225241382C5 for ; Fri, 2 Mar 2018 19:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12BDAE0A53; Fri, 2 Mar 2018 19:19:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E50D7E0A53 for ; Fri, 2 Mar 2018 19:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4853335C05 for ; Fri, 2 Mar 2018 19:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32FF321D for ; Fri, 2 Mar 2018 19:19:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520018346.bb8053f06cfe63e7abf32ac436960cab8b4909bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.3.1.ebuild app-arch/libarchive/libarchive-3.3.2.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb8053f06cfe63e7abf32ac436960cab8b4909bf X-VCS-Branch: master Date: Fri, 2 Mar 2018 19:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44b423fc-9eaa-48b3-bd37-dca29680a242 X-Archives-Hash: b44b2b64ccafd7ecf7c368a9943d2da0 commit: bb8053f06cfe63e7abf32ac436960cab8b4909bf Author: Michał Górny gentoo org> AuthorDate: Fri Mar 2 19:18:04 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 2 19:19:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8053f0 app-arch/libarchive: Restrict tests because of sandbox problems Bug: https://bugs.gentoo.org/598806 app-arch/libarchive/libarchive-3.3.1.ebuild | 4 ++++ app-arch/libarchive/libarchive-3.3.2.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild b/app-arch/libarchive/libarchive-3.3.1.ebuild index 6a9a79b303a..d5a0981783e 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 2d3909ef1f4..f68b736c946 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