From 2efbc898a0fe0fa9dd09c39abbc71fa3b64b1e28 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 6 Nov 2016 10:36:03 +0000 Subject: [PATCH] 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 64fb66323e66f..bab653821f0c1 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?]