diff options
-rw-r--r-- | app-misc/mc/mc-4.8.19.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild index 885334627ee3..d1cbdd0b38bb 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 } |