commit: 62196d766787a9d30fc4b1870c82329719838c15
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 07:31:43 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 07:32:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62196d76
dev-haskell/cmark: Rebuild needed with app-text/cmark subslot bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-haskell/cmark/cmark-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-haskell/cmark/cmark-0.6.ebuild
b/dev-haskell/cmark/cmark-0.6.ebuild
index 3947b5bde22..e5097d0ec03 100644
--- a/dev-haskell/cmark/cmark-0.6.ebuild
+++ b/dev-haskell/cmark/cmark-0.6.ebuild
@@ -20,7 +20,7 @@ IUSE="system-cmark"
RDEPEND=">=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
- system-cmark? ( app-text/cmark )
+ system-cmark? ( app-text/cmark:0= )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.14