commit: 6ffc023d9679463bfcb41d47dc341d9177cfc018
Author: Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 14:24:09 2020 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 15:16:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffc023d
dev-ml/ppx_typerep_conv: Fix deps
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
index 42bd8686d2f..ae6bf41a449 100644
--- a/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
+++ b/dev-ml/ppx_typerep_conv/ppx_typerep_conv-0.14.1.ebuild
@@ -15,10 +15,11 @@ KEYWORDS="~amd64 ~arm ~arm64"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/typerep:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
- "
+ >=dev-ml/base-0.14.0:=
+ >=dev-ml/typerep-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}"