Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-migrate-parsetree/
Date: Fri, 15 Oct 2021 03:25:12
Message-Id: 1634268294.26e9025ca1fcc3cf71972e2432c871fb92cd0d0c.sam@gentoo
1 commit: 26e9025ca1fcc3cf71972e2432c871fb92cd0d0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:24:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:24:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e9025c
7
8 dev-ml/ocaml-migrate-parsetree: add lower bound on dune
9
10 Closes: https://bugs.gentoo.org/811315
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index 8e7c734d174..5f2e3380187 100644
18 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
19 +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
20 @@ -16,3 +16,4 @@ IUSE="+ocamlopt test"
21 RESTRICT="!test? ( test ) strip"
22
23 DEPEND="test? ( dev-ml/cinaps )"
24 +BDEPEND=">=dev-ml/dune-2.3"