From f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 20 Aug 2020 08:16:55 +0100 Subject: dev-haskell/binary-instances: disable tests Upstream tests are known to fail due to text deficiency. Will need a fix upstream first. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736388 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich --- dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-haskell/binary-instances') diff --git a/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild b/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild index 8cafa453115c..14821193cb32 100644 --- a/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild +++ b/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild @@ -17,6 +17,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT=test # Needs fix in ghc/text: https://github.com/haskell/text/issues/277 + RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] =dev-haskell/binary-orphans-1.0.1:=[profile?] =dev-haskell/case-insensitive-1.2.0.4:=[profile?]