commit: f67bbc3aef4fc0a64c593f75a27bbd81d8831953 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Jul 27 09:38:51 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Jul 27 09:38:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67bbc3a
dev-haskell/text-show: require ghc[gmp] for integer-gmp Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/790710 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/text-show/text-show-3.8.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/text-show/text-show-3.8.5.ebuild b/dev-haskell/text-show/text-show-3.8.5.ebuild index 0bd37f1302b..b455439586a 100644 --- a/dev-haskell/text-show/text-show-3.8.5.ebuild +++ b/dev-haskell/text-show/text-show-3.8.5.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 @@ -26,7 +26,7 @@ RDEPEND=">=dev-haskell/base-compat-batteries-0.11:=[profile?] <dev-haskell/base- >=dev-haskell/th-abstraction-0.3:=[profile?] <dev-haskell/th-abstraction-0.4:=[profile?] >=dev-haskell/th-lift-0.7.6:=[profile?] <dev-haskell/th-lift-1:=[profile?] >=dev-haskell/transformers-compat-0.5:=[profile?] <dev-haskell/transformers-compat-1:=[profile?] - >=dev-lang/ghc-7.8.2:= + >=dev-lang/ghc-7.8.2:=[gmp] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.18.1.3
