dev-haskell/scientific: allow dev-lang/ghc[-gmp], bug #568864

Thanks to Zentoo who discovered reintroduction of bug #519670

Bug: https://bugs.gentoo.org/568864

Package-Manager: portage-2.2.26
This commit is contained in:
Sergei Trofimovich
2015-12-20 16:46:58 +00:00
parent df75c93f4d
commit 504630c29c

View File

@@ -5,7 +5,6 @@
EAPI=5
# ebuild generated by hackport 0.4.4.9999
#hackport: flags: -integer-simple
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -36,6 +35,5 @@ DEPEND="${RDEPEND}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag bytestring-builder bytestring-builder) \
--flag=-integer-simple
$(cabal_flag bytestring-builder bytestring-builder)
}