commit: 5e34011bc82b2c3636fc232a7544e4f194439c2c Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Mar 28 20:12:53 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 }
