Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/binary-instances/
Date: Thu, 20 Aug 2020 07:17:11
Message-Id: 1597907822.f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1.slyfox@gentoo
1 commit: f3a94bc4a1eda7ae3914866b86ad99ccc36ae0f1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 07:16:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 07:17:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a94bc4
7
8 dev-haskell/binary-instances: disable tests
9
10 Upstream tests are known to fail due to text deficiency.
11 Will need a fix upstream first.
12
13 Reported-by: Agostino Sarubbo
14 Closes: https://bugs.gentoo.org/736388
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild | 2 ++
19 1 file changed, 2 insertions(+)
20
21 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
22 index 8cafa453115..14821193cb3 100644
23 --- a/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild
24 +++ b/dev-haskell/binary-instances/binary-instances-1.0.0.1.ebuild
25 @@ -17,6 +17,8 @@ SLOT="0/${PV}"
26 KEYWORDS="~amd64 ~x86"
27 IUSE=""
28
29 +RESTRICT=test # Needs fix in ghc/text: https://github.com/haskell/text/issues/277
30 +
31 RDEPEND=">=dev-haskell/aeson-0.7.0.6:=[profile?] <dev-haskell/aeson-1.5:=[profile?]
32 >=dev-haskell/binary-orphans-1.0.1:=[profile?] <dev-haskell/binary-orphans-1.1:=[profile?]
33 >=dev-haskell/case-insensitive-1.2.0.4:=[profile?] <dev-haskell/case-insensitive-1.2.2:=[profile?]