From: Lars Wendler Date: Mon, 6 Mar 2017 09:39:37 +0000 (+0100) Subject: app-misc/mc: Only disable broken tests, not the entire test suite. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e35795808704017751f2a22f5c3ff29a3e8ea5db;p=gentoo.git app-misc/mc: Only disable broken tests, not the entire test suite. Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/app-misc/mc/mc-4.8.19.ebuild b/app-misc/mc/mc-4.8.19.ebuild index 9841436fbc29..885334627ee3 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 }