x11-wm/xmonad: disable tests

ghc-8 changed exception text to contain backtrace.
Some tests rely on exact text shape. Needs to be
fixed upstream.

Package-Manager: portage-2.3.2
This commit is contained in:
Sergei Trofimovich
2016-11-06 10:36:03 +00:00
parent 3660d0360c
commit 2efbc898a0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,6 +19,8 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~ppc64 ~sparc x86"
IUSE="+default-term no-autorepeat-keys"
RESTRICT=test # fails test on ghc-8 (assert has different text of exception)
RDEPEND="dev-haskell/data-default:=[profile?]
dev-haskell/extensible-exceptions:=[profile?]
dev-haskell/mtl:=[profile?]