commit:     e35795808704017751f2a22f5c3ff29a3e8ea5db
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 09:39:37 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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
 }
 

Reply via email to