summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-17 01:04:29 +1100
committerMark Wright <gienah@gentoo.org>2020-10-17 02:16:28 +1100
commitf9501ee7dba6d7f619752096305fb2598ddb1f8a (patch)
tree8c2321eecb4ffa026a4479feef6c1b8725db63d0 /dev-ml/ppx_expect
parentdev-ml/ppx_enumerate: Fix deps and compile fail (diff)
downloadgentoo-f9501ee7dba6d7f619752096305fb2598ddb1f8a.tar.gz
gentoo-f9501ee7dba6d7f619752096305fb2598ddb1f8a.tar.bz2
gentoo-f9501ee7dba6d7f619752096305fb2598ddb1f8a.zip
dev-ml/ppx_expect: 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_expect')
-rw-r--r--dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
index 5fa2b2766c15..80e8b944b6eb 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild
@@ -16,20 +16,14 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
DEPEND="
- dev-ml/base:=
- dev-ml/ppx_assert:=
- dev-ml/ppx_compare:=
- dev-ml/ppx_custom_printf:=
- dev-ml/ppx_fields_conv:=
- dev-ml/ppx_here:=
- dev-ml/ppx_inline_test:=
- dev-ml/ppx_sexp_conv:=
- dev-ml/ppx_variants_conv:=
- dev-ml/stdio:=
+ >=dev-ml/base-0.14.0:=
+ >=dev-ml/ppx_here-0.14.0:=
+ >=dev-ml/ppx_inline_test-0.14.1:=
+ >=dev-ml/stdio-0.14.0:=
>=dev-ml/ppxlib-0.18.0:=
- dev-ml/ocaml-compiler-libs:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
dev-ml/re:=
"
RDEPEND="${DEPEND}"
@@ -37,5 +31,7 @@ DEPEND="${DEPEND}
test? (
dev-ml/ppx_jane
)"
+# https://bugs.gentoo.org/749291#c2
+RESTRICT=test
PATCHES=( "${FILESDIR}"/${P}-ppxlib-0.18.0.patch )