summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-07-31 09:31:43 +0200
committerPacho Ramos <pacho@gentoo.org>2019-07-31 09:32:52 +0200
commit62196d766787a9d30fc4b1870c82329719838c15 (patch)
tree44d953447bae2db76094754733488c07ed5ba6f0 /dev-haskell/cmark/cmark-0.6.ebuild
parentdev-util/uftrace: Version bump (diff)
downloadgentoo-62196d766787a9d30fc4b1870c82329719838c15.tar.gz
gentoo-62196d766787a9d30fc4b1870c82329719838c15.tar.bz2
gentoo-62196d766787a9d30fc4b1870c82329719838c15.zip
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@gentoo.org>
Diffstat (limited to 'dev-haskell/cmark/cmark-0.6.ebuild')
-rw-r--r--dev-haskell/cmark/cmark-0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/cmark/cmark-0.6.ebuild b/dev-haskell/cmark/cmark-0.6.ebuild
index 3947b5bde229..e5097d0ec03b 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