diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 08:16:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 08:17:02 +0100 |
commit | f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1 (patch) | |
tree | dacb22dc4a4dfdbd7e8c632dfc674f4904d41bab /dev-haskell/binary-instances | |
parent | dev-perl/ExtUtils-LibBuilder: -r bump for EAPI7 + toolchain love (diff) | |
download | gentoo-f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1.tar.gz gentoo-f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1.tar.bz2 gentoo-f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/binary-instances')
-rw-r--r-- | dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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/aeson-1.5:=[profile?] >=dev-haskell/binary-orphans-1.0.1:=[profile?] <dev-haskell/binary-orphans-1.1:=[profile?] >=dev-haskell/case-insensitive-1.2.0.4:=[profile?] <dev-haskell/case-insensitive-1.2.2:=[profile?] |