commit: 5cd242592889291ca4b11e4676f06f75cae21078
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 00:03:14 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 00:03:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd24259
dev-haskell/cmark: bump up to 0.6
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <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 5d36f5081c5..ebd870a5758 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:0= )
+ system-cmark? ( app-text/cmark )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.14