summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 01:25:16 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:41 +1100
commitdc51e220c818b0d3d440c528e0c9ab9f78bbf845 (patch)
tree69db107c64f4338127b4808b2fe95965e0a588cb /dev-ml/ppx_stable
parentdev-ml/ppx_typerep_conv: Fix deps (diff)
downloadgentoo-dc51e220c818b0d3d440c528e0c9ab9f78bbf845.tar.gz
gentoo-dc51e220c818b0d3d440c528e0c9ab9f78bbf845.tar.bz2
gentoo-dc51e220c818b0d3d440c528e0c9ab9f78bbf845.zip
dev-ml/ppx_stable: Fix deps
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_stable')
-rw-r--r--dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
index ccd15a2bb2d9..a52640869d9a 100644
--- a/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
+++ b/dev-ml/ppx_stable/ppx_stable-0.14.1.ebuild
@@ -15,9 +15,10 @@ KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/base-0.14.0:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"