summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-15 04:24:54 +0100
committerSam James <sam@gentoo.org>2021-10-15 04:24:54 +0100
commit26e9025ca1fcc3cf71972e2432c871fb92cd0d0c (patch)
treebd607aa12bf72e6498999353310127fb0b44a12f
parentdev-ml/ocaml-migrate-parsetree: restrict strip (diff)
downloadgentoo-26e9025ca1fcc3cf71972e2432c871fb92cd0d0c.tar.gz
gentoo-26e9025ca1fcc3cf71972e2432c871fb92cd0d0c.tar.bz2
gentoo-26e9025ca1fcc3cf71972e2432c871fb92cd0d0c.zip
dev-ml/ocaml-migrate-parsetree: add lower bound on dune
Closes: https://bugs.gentoo.org/811315 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
index 8e7c734d1740..5f2e33801873 100644
--- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
@@ -16,3 +16,4 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test ) strip"
DEPEND="test? ( dev-ml/cinaps )"
+BDEPEND=">=dev-ml/dune-2.3"