commit: 26e9025ca1fcc3cf71972e2432c871fb92cd0d0c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 15 03:24:54 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 03:24:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e9025c
dev-ml/ocaml-migrate-parsetree: add lower bound on dune Closes: https://bugs.gentoo.org/811315 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 8e7c734d174..5f2e3380187 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"
