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/findlib/
Date: Sun, 09 Feb 2020 20:45:02
Message-Id: 1581281077.30653374dc06b0810dbf542349cd18121a99751e.fordfrog@gentoo
1 commit: 30653374dc06b0810dbf542349cd18121a99751e
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 20:44:37 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 20:44:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30653374
7
8 dev-ml/findlib: 1.7* does not 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/findlib/findlib-1.7.1.ebuild | 5 +++--
15 dev-ml/findlib/findlib-1.7.2.ebuild | 5 +++--
16 dev-ml/findlib/findlib-1.7.3.ebuild | 5 +++--
17 3 files changed, 9 insertions(+), 6 deletions(-)
18
19 diff --git a/dev-ml/findlib/findlib-1.7.1.ebuild b/dev-ml/findlib/findlib-1.7.1.ebuild
20 index 2db44577751..52d717f9e35 100644
21 --- a/dev-ml/findlib/findlib-1.7.1.ebuild
22 +++ b/dev-ml/findlib/findlib-1.7.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 @@ -15,7 +15,8 @@ LICENSE="MIT"
30 SLOT="0"
31 KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
32
33 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
34 +# it does not compile with ocaml-4.09 (bug #708696)
35 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
36 tk? ( dev-ml/labltk:= )"
37 RDEPEND="${DEPEND}"
38
39
40 diff --git a/dev-ml/findlib/findlib-1.7.2.ebuild b/dev-ml/findlib/findlib-1.7.2.ebuild
41 index afff28f8195..895452b724a 100644
42 --- a/dev-ml/findlib/findlib-1.7.2.ebuild
43 +++ b/dev-ml/findlib/findlib-1.7.2.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -15,7 +15,8 @@ LICENSE="MIT"
51 SLOT="0"
52 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
53
54 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
55 +# it does not compile with ocaml-4.09 (bug #708696)
56 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
57 tk? ( dev-ml/labltk:= )"
58 RDEPEND="${DEPEND}"
59
60
61 diff --git a/dev-ml/findlib/findlib-1.7.3.ebuild b/dev-ml/findlib/findlib-1.7.3.ebuild
62 index 170528bfb1f..691a2c9519a 100644
63 --- a/dev-ml/findlib/findlib-1.7.3.ebuild
64 +++ b/dev-ml/findlib/findlib-1.7.3.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2020 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=5
71 @@ -15,7 +15,8 @@ LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
74
75 -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]
76 +# it does not compile with ocaml-4.09 (bug #708696)
77 +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
78 tk? ( dev-ml/labltk:= )"
79 RDEPEND="${DEPEND}"