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/dose3/
Date: Tue, 09 Feb 2021 22:57:18
Message-Id: 1612911433.98f4a1854acf0551f8ae78a2662a5888eb92486f.sam@gentoo
1 commit: 98f4a1854acf0551f8ae78a2662a5888eb92486f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 22:57:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 22:57:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f4a185
7
8 dev-ml/dose3: add upper bound on dev-lang/ocaml
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/dose3/{dose3-5.0.1_p16.ebuild => dose3-5.0.1_p16-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-ml/dose3/dose3-5.0.1_p16.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
17 similarity index 98%
18 rename from dev-ml/dose3/dose3-5.0.1_p16.ebuild
19 rename to dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
20 index a407b1aeddf..87ac59f1344 100644
21 --- a/dev-ml/dose3/dose3-5.0.1_p16.ebuild
22 +++ b/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
23 @@ -22,6 +22,7 @@ BDEPEND="
24 "
25 RDEPEND="
26 >=dev-lang/ocaml-3.12:=[ocamlopt=]
27 + <=dev-lang/ocaml-4.09.0:=[ocamlopt=]
28 dev-ml/cudf:=[ocamlopt=]
29 >=dev-ml/extlib-1.7.0:=[ocamlopt=]
30 >=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]