commit: bed66772c457728b01acd694717ecc55ade472a2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Jul 30 20:19:01 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Jul 30 20:19:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed66772
dev-haskell/integer-logarithms: allow ghc[-gmp] Reported-by: https://bugs.gentoo.org/805209 Closes: https://bugs.gentoo.org/805209 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild b/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild index 862daf5a24e..2951f7036eb 100644 --- a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild +++ b/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # ebuild generated by hackport 0.6.7.9999 -#hackport: flags: -check-bounds,+integer-gmp +#hackport: flags: -check-bounds CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite" inherit haskell-cabal @@ -35,6 +35,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - --flag=-check-bounds \ - --flag=integer-gmp + --flag=-check-bounds }
