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/camlp4/
Date: Sun, 09 Feb 2020 22:26:04
Message-Id: 1581287133.11354812d60bb7d3b189884f4ca9b1d41652e56c.fordfrog@gentoo
1 commit: 11354812d60bb7d3b189884f4ca9b1d41652e56c
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 22:25:33 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 22:25:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11354812
7
8 dev-ml/camlp4: restricted ocaml versions in deps
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/camlp4/camlp4-4.04_p1.ebuild | 4 ++--
15 dev-ml/camlp4/camlp4-4.05_p1.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
19 index 20df6f9f34f..c19c5780cca 100644
20 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild
21 +++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 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="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
30 IUSE="+ocamlopt"
31
32 -DEPEND=">=dev-lang/ocaml-4.04_beta:=[ocamlopt?]"
33 +DEPEND="=dev-lang/ocaml-4.04*:=[ocamlopt?]"
34 RDEPEND="${DEPEND}
35 !<dev-lang/ocaml-4.02
36 !<dev-ml/findlib-1.5.5-r1"
37
38 diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
39 index 80a764a6259..fe6e0dc150a 100644
40 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild
41 +++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
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 !<dev-lang/ocaml-4.02
56 !<dev-ml/findlib-1.5.5-r1"