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: Wed, 10 Feb 2021 01:55:49
Message-Id: 1612922143.3749ac7c8f0c11722eeeb02e28369c709d83947b.sam@gentoo
1 commit: 3749ac7c8f0c11722eeeb02e28369c709d83947b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 01:55:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 01:55:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3749ac7c
7
8 dev-ml/dose3: add upper bound on dev-ml/ocamlgraph version
9
10 Causes build failures.
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-ml/dose3/{dose3-5.0.1_p16-r1.ebuild => dose3-5.0.1_p16-r2.ebuild} | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
19 similarity index 98%
20 rename from dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
21 rename to dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
22 index 87ac59f1344..74ec011b863 100644
23 --- a/dev-ml/dose3/dose3-5.0.1_p16-r1.ebuild
24 +++ b/dev-ml/dose3/dose3-5.0.1_p16-r2.ebuild
25 @@ -26,6 +26,7 @@ RDEPEND="
26 dev-ml/cudf:=[ocamlopt=]
27 >=dev-ml/extlib-1.7.0:=[ocamlopt=]
28 >=dev-ml/ocamlgraph-1.8.6:=[ocamlopt=]
29 + <dev-ml/ocamlgraph-1.8.9:=[ocamlopt=]
30 dev-ml/re:=[ocamlopt=]
31 parmap? ( dev-ml/parmap:=[ocamlopt=] )
32 zip? ( dev-ml/camlzip:=[ocamlopt=] )