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 74FC0139694 for ; Mon, 6 Mar 2017 09:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B720521C075; Mon, 6 Mar 2017 09:45:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96C3C21C075 for ; Mon, 6 Mar 2017 09:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 950EA3416B0 for ; Mon, 6 Mar 2017 09:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A32A5E39 for ; Mon, 6 Mar 2017 09:45:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1488793500.e35795808704017751f2a22f5c3ff29a3e8ea5db.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mc/mc-4.8.19.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e35795808704017751f2a22f5c3ff29a3e8ea5db X-VCS-Branch: master Date: Mon, 6 Mar 2017 09:45:07 +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: 37dbda1f-a2e5-40b1-bb33-ec31cdee22f4 X-Archives-Hash: 77a8813b3bfef011e0275806da7ca680 commit: e35795808704017751f2a22f5c3ff29a3e8ea5db Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 6 09:39:37 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 6 09:45:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3579580 app-misc/mc: Only disable broken tests, not the entire test suite. Package-Manager: Portage-2.3.4, Repoman-2.3.2 app-misc/mc/mc-4.8.19.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild index 9841436fbc2..885334627ee 100644 --- a/app-misc/mc/mc-4.8.19.ebuild +++ b/app-misc/mc/mc-4.8.19.ebuild @@ -18,8 +18,6 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg" REQUIRED_USE="spell? ( edit )" -RESTRICT=test # fails rar test - RDEPEND=">=dev-libs/glib-2.26.0:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) @@ -51,6 +49,10 @@ src_prepare() { default + # These tests fail, so disable them instead of disabling the entire + # test suite. Please check on each bump if this is still necessary. + rm tests/src/vfs/extfs/helpers-list/data/{u7z,urar}.* || die + eautoreconf }