commit:     0bf2adf87b798ed69b366181c7d3ffec70f859dd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 20:02:22 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 13 20:02:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf2adf8

dev-haskell/integer-roots: require gmp support from ghc

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/789987
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/integer-roots/integer-roots-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/integer-roots/integer-roots-1.0.ebuild 
b/dev-haskell/integer-roots/integer-roots-1.0.ebuild
index 5a314b54245..f8425642c99 100644
--- a/dev-haskell/integer-roots/integer-roots-1.0.ebuild
+++ b/dev-haskell/integer-roots/integer-roots-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ IUSE=""
 
 RESTRICT=test # requires porting to smallcheck-1.2
 
-RDEPEND=">=dev-lang/ghc-8.0.1:=
+RDEPEND=">=dev-lang/ghc-8.0.1:=[gmp]
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.24.0.0

Reply via email to