Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-data-notation/
Date: Fri, 29 Jan 2021 07:41:15
Message-Id: 1611906060.8b7840f4545d6973bcd1a4f2988b3685a79525fa.tupone@gentoo
1 commit: 8b7840f4545d6973bcd1a4f2988b3685a79525fa
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 07:40:37 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 07:41:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7840f4
7
8 dev-ml/ocaml-data-notation: depends on ocaml-4.05.0
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
17 index 625122a633e..61b555e0008 100644
18 --- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
19 +++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,6 +18,7 @@ IUSE=""
27
28 RDEPEND=">=dev-ml/type-conv-108.07.01:=
29 dev-ml/camlp4:=
30 + ~dev-lang/ocaml-4.05.0
31 "
32 DEPEND="${RDEPEND}
33 test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"