diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-06 10:39:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-03-06 10:45:00 +0100 |
commit | e35795808704017751f2a22f5c3ff29a3e8ea5db (patch) | |
tree | a22b1d7e068467177a54dce199315a43a5825c2e /app-misc/mc | |
parent | profiles/license_groups: dotnet-eula correct position for sorting (diff) | |
download | gentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.tar.gz gentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.tar.bz2 gentoo-e35795808704017751f2a22f5c3ff29a3e8ea5db.zip |
app-misc/mc: Only disable broken tests, not the entire test suite.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/mc-4.8.19.ebuild | 6 |
1 files 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 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 } |