Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq/
Date: Mon, 08 Feb 2021 07:13:19
Message-Id: 1612768392.70c713a0bcc9302c5a9a919a6c4a5a2699e26942.sam@gentoo
1 commit: 70c713a0bcc9302c5a9a919a6c4a5a2699e26942
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 07:13:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 07:13:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c713a0
7
8 sci-mathematics/coq: lower OCaml dep
9
10 Bug: https://bugs.gentoo.org/769317
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../coq/{coq-8.12.0.ebuild => coq-8.12.0-r1.ebuild} | 10 ++++++----
15 1 file changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/coq/coq-8.12.0.ebuild b/sci-mathematics/coq/coq-8.12.0-r1.ebuild
18 similarity index 94%
19 rename from sci-mathematics/coq/coq-8.12.0.ebuild
20 rename to sci-mathematics/coq/coq-8.12.0-r1.ebuild
21 index f057ce34b15..184f6501ee7 100644
22 --- a/sci-mathematics/coq/coq-8.12.0.ebuild
23 +++ b/sci-mathematics/coq/coq-8.12.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -20,13 +20,15 @@ IUSE="gtk debug +ocamlopt doc"
31 RESTRICT=test
32
33 RDEPEND="
34 - >=dev-lang/ocaml-4.11.0:=[ocamlopt?]
35 dev-ml/camlp5:=[ocamlopt?]
36 - dev-ml/num:=
37 + || (
38 + dev-ml/num
39 + <dev-lang/ocaml-4.09.0[ocamlopt?]
40 + )
41 gtk? (
42 dev-ml/lablgtk:3=[sourceview,ocamlopt?]
43 dev-ml/lablgtk-sourceview:3=[ocamlopt?]
44 - )"
45 + )"
46 DEPEND="${RDEPEND}
47 dev-ml/findlib
48 doc? (