commit:     2efbc898a0fe0fa9dd09c39abbc71fa3b64b1e28
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 10:36:03 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 10:36:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efbc898

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

 x11-wm/xmonad/xmonad-0.12.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-wm/xmonad/xmonad-0.12.ebuild b/x11-wm/xmonad/xmonad-0.12.ebuild
index 64fb663..bab6538 100644
--- a/x11-wm/xmonad/xmonad-0.12.ebuild
+++ b/x11-wm/xmonad/xmonad-0.12.ebuild
@@ -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?]

Reply via email to