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 73103139694 for ; Wed, 12 Jul 2017 17:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB3EC2340B3; Wed, 12 Jul 2017 17:08:13 +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 850872340B3 for ; Wed, 12 Jul 2017 17:08:13 +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 562C0341933 for ; Wed, 12 Jul 2017 17:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E3AE74B6 for ; Wed, 12 Jul 2017 17:08:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499879286.a7b7cd0abe72aba2a6da9c573190d4588f02abc1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtar/libtar-1.2.20-r3.ebuild X-VCS-Directories: dev-libs/libtar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a7b7cd0abe72aba2a6da9c573190d4588f02abc1 X-VCS-Branch: master Date: Wed, 12 Jul 2017 17:08:10 +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: 49f841f9-46a3-4a86-8f92-ab34970234ce X-Archives-Hash: 2f720b5fde73fce2cf2dfc2fb820a2e3 commit: a7b7cd0abe72aba2a6da9c573190d4588f02abc1 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 12 17:07:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 12 17:08:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b7cd0a dev-libs/libtar: restrict tests, bug #526436 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/libtar/libtar-1.2.20-r3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild b/dev-libs/libtar/libtar-1.2.20-r3.ebuild index 8dab4e2db8b..ebbbfa56f78 100644 --- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild +++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild @@ -21,6 +21,11 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" +# There is no test and 'check' target errors out due to mixing of automake & +# non-automake makefiles. +# https://bugs.gentoo.org/show_bug.cgi?id=526436 +RESTRICT="test" + PATCHES=( "${FILESDIR}"/${PN}-1.2.11-free.patch "${FILESDIR}"/${PN}-1.2.11-impl-dec.patch