Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
Date: Sun, 09 Feb 2020 21:13:37
Message-Id: 1581282800.c96cea487e4791a2e61c210a2ec036d2649377ba.fordfrog@gentoo
1 commit: c96cea487e4791a2e61c210a2ec036d2649377ba
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 21:12:59 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 21:13:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96cea48
7
8 dev-ml/ocamlbuild: 0.10.1 and 0.11.0 don't compile with ocaml-4.09
9
10 Bug: https://bugs.gentoo.org/708872
11 Bug: https://bugs.gentoo.org/708696
12 Package-Manager: Portage-2.3.88, Repoman-2.3.20
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild | 5 +++--
16 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 5 +++--
17 2 files changed, 6 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
20 index 62366767e29..10847fc11e6 100644
21 --- a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
22 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -12,7 +12,8 @@ SLOT="0/${PV}"
30 KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
31 IUSE="+ocamlopt"
32
33 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
34 +# does not compile with ocaml-4.09 (bug # 708696 and #708872)
35 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
36 RDEPEND="${DEPEND}
37 !<dev-ml/findlib-1.6.1-r1
38 "
39
40 diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
41 index 4556ac43c4d..96f238627e9 100644
42 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
43 +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -13,7 +13,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a
51 IUSE="+ocamlopt test"
52 RESTRICT="!test? ( test )"
53
54 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]"
55 +# does not compile with ocaml-4.09 (bug # 708696 and #708872)
56 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
57 RDEPEND="${DEPEND}
58 !<dev-ml/findlib-1.6.1-r1
59 "