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 DE914139694 for ; Tue, 28 Mar 2017 20:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4EFE0CC9; Tue, 28 Mar 2017 20:13:12 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CBB1E0CC9 for ; Tue, 28 Mar 2017 20:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 77E91341657 for ; Tue, 28 Mar 2017 20:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE69073DD for ; Tue, 28 Mar 2017 20:13:08 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1490731973.5e34011bc82b2c3636fc232a7544e4f194439c2c.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5e34011bc82b2c3636fc232a7544e4f194439c2c X-VCS-Branch: master Date: Tue, 28 Mar 2017 20:13:08 +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: bf189fc8-409e-4480-91fc-697cee252e2c X-Archives-Hash: c21fea63b9ff227d5decf774903e7721 commit: 5e34011bc82b2c3636fc232a7544e4f194439c2c Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 28 20:12:53 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 28 20:12:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e34011b app-misc/mc: disable rpm tests as well, bug #613914 Tests are known to be unstable on different locales. Next mc release should be better. Reported-by: eroen Bug: https://bugs.gentoo.org/613914 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/mc/mc-4.8.19.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild index 885334627ee..d1cbdd0b38b 100644 --- a/app-misc/mc/mc-4.8.19.ebuild +++ b/app-misc/mc/mc-4.8.19.ebuild @@ -51,7 +51,8 @@ src_prepare() { # 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 + # Next release will fix them: http://midnight-commander.org/ticket/3781 + rm tests/src/vfs/extfs/helpers-list/data/{rpm,u7z,urar}.* || die eautoreconf }