Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
Date: Mon, 20 Sep 2021 10:09:30
Message-Id: 1632132556.0c35ffd613645b37ba7e289b182c48acca72e641.tupone@gentoo
1 commit: 0c35ffd613645b37ba7e289b182c48acca72e641
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 10:09:16 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 10:09:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c35ffd6
7
8 dev-ml/ocamlbuild: OutdatedBlocker
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 7 ++-----
14 dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 7 ++-----
15 2 files changed, 4 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
18 index 13bf43e4852..5d11a50d5da 100644
19 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
20 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
21 @@ -14,11 +14,8 @@ IUSE="+ocamlopt test"
22 RESTRICT="!test? ( test )"
23
24 # does not compile with ocaml-4.09 (bug # 708696 and #708872)
25 -DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
26 -RDEPEND="${DEPEND}
27 - !<dev-ml/findlib-1.6.1-r1
28 -"
29 -DEPEND="${DEPEND}
30 +RDEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
31 +DEPEND="${RDEPEND}
32 test? ( dev-ml/findlib )"
33
34 src_prepare() {
35
36 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
37 index 47ec79c0341..f6b0bede9b1 100644
38 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
39 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
40 @@ -13,11 +13,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x
41 IUSE="+ocamlopt test"
42 RESTRICT="!test? ( test )"
43
44 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
45 -RDEPEND="${DEPEND}
46 - !<dev-ml/findlib-1.6.1-r1
47 -"
48 -DEPEND="${DEPEND}
49 +RDEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
50 +DEPEND="${RDEPEND}
51 test? ( dev-ml/findlib )"
52
53 PATCHES=(