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/ppx_tools/
Date: Sun, 09 Feb 2020 21:36:23
Message-Id: 1581284171.8a06926472246a298d761679a1e200b4a0721c6d.fordfrog@gentoo
1 commit: 8a06926472246a298d761679a1e200b4a0721c6d
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 21:35:53 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 21:36:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a069264
7
8 dev-ml/ppx_tools: doesn't compile with ocaml-4.09
9
10 Bug: https://bugs.gentoo.org/708696
11 Package-Manager: Portage-2.3.88, Repoman-2.3.20
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild | 4 ++--
15 dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
19 index 3b440d54aeb..d0acc2b9fac 100644
20 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
21 +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -15,7 +15,7 @@ SLOT="0/${PV}"
29 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
30 IUSE="+ocamlopt"
31
32 -DEPEND=">=dev-lang/ocaml-4.03.0:=[ocamlopt?]"
33 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
34 RDEPEND="${DEPEND}"
35 S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')"
36
37
38 diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
39 index 28e7b0d5bb5..c2a93387105 100644
40 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
41 +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -15,7 +15,7 @@ SLOT="0/${PV}"
49 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
50 IUSE="+ocamlopt"
51
52 -DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"
53 +DEPEND="=dev-lang/ocaml-4.05*:=[ocamlopt?]"
54 RDEPEND="${DEPEND}"
55 S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')"