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/scientific/
Date: Sun, 20 Dec 2015 16:48:14
Message-Id: 1450630070.504630c29ca377cda767c296386fbe3b2efdb263.slyfox@gentoo
1 commit: 504630c29ca377cda767c296386fbe3b2efdb263
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 16:46:58 2015 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 16:47:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504630c2
7
8 dev-haskell/scientific: allow dev-lang/ghc[-gmp], bug #568864
9
10 Thanks to Zentoo who discovered reintroduction of bug #519670
11
12 Bug: https://bugs.gentoo.org/568864
13
14 Package-Manager: portage-2.2.26
15
16 dev-haskell/scientific/scientific-0.3.3.8.ebuild | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/dev-haskell/scientific/scientific-0.3.3.8.ebuild b/dev-haskell/scientific/scientific-0.3.3.8.ebuild
20 index 625b739..ba988a4 100644
21 --- a/dev-haskell/scientific/scientific-0.3.3.8.ebuild
22 +++ b/dev-haskell/scientific/scientific-0.3.3.8.ebuild
23 @@ -5,7 +5,6 @@
24 EAPI=5
25
26 # ebuild generated by hackport 0.4.4.9999
27 -#hackport: flags: -integer-simple
28
29 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
30 inherit haskell-cabal
31 @@ -36,6 +35,5 @@ DEPEND="${RDEPEND}
32
33 src_configure() {
34 haskell-cabal_src_configure \
35 - $(cabal_flag bytestring-builder bytestring-builder) \
36 - --flag=-integer-simple
37 + $(cabal_flag bytestring-builder bytestring-builder)
38 }