diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-16 18:45:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-16 18:45:52 +0000 |
| commit | 4ff5b2a7686a2a4c8da860bde39ca790ffa7edad (patch) | |
| tree | 76bed962838439c38520e71f584f847401d0de37 /dev-ml/ppx_expect | |
| parent | 6dffcb507a476e22e6a6acb4bd6a0b0a960ccddc (diff) | |
| download | baldeagleos-repo-4ff5b2a7686a2a4c8da860bde39ca790ffa7edad.tar.gz baldeagleos-repo-4ff5b2a7686a2a4c8da860bde39ca790ffa7edad.tar.xz baldeagleos-repo-4ff5b2a7686a2a4c8da860bde39ca790ffa7edad.zip | |
Updating liguros repo
Diffstat (limited to 'dev-ml/ppx_expect')
| -rw-r--r-- | dev-ml/ppx_expect/ppx_expect-0.14.0.ebuild | 22 |
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 ) |
