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/yojson/
Date: Wed, 06 Jul 2022 06:19:36
Message-Id: 1657088362.b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f.tupone@gentoo
1 commit: b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 06:19:22 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 06:19:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e04ba4
7
8 dev-ml/yojson: relax deps on ocamlopt
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/yojson/yojson-1.7.0.ebuild | 8 ++++----
14 dev-ml/yojson/yojson-2.0.0.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild b/dev-ml/yojson/yojson-1.7.0.ebuild
18 index 48357a363ee7..d008ccd1b029 100644
19 --- a/dev-ml/yojson/yojson-1.7.0.ebuild
20 +++ b/dev-ml/yojson/yojson-1.7.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -16,9 +16,9 @@ IUSE="examples +ocamlopt test"
28 RESTRICT="!test? ( test )"
29
30 RDEPEND="
31 - >=dev-lang/ocaml-4.02.3:=[ocamlopt=]
32 - dev-ml/easy-format:=[ocamlopt=]
33 - >=dev-ml/biniou-1.2:=[ocamlopt=]
34 + >=dev-lang/ocaml-4.02.3:=[ocamlopt?]
35 + dev-ml/easy-format:=[ocamlopt?]
36 + >=dev-ml/biniou-1.2:=[ocamlopt?]
37 "
38 DEPEND="
39 ${RDEPEND}
40
41 diff --git a/dev-ml/yojson/yojson-2.0.0.ebuild b/dev-ml/yojson/yojson-2.0.0.ebuild
42 index a46bbd313048..23350f1a6c06 100644
43 --- a/dev-ml/yojson/yojson-2.0.0.ebuild
44 +++ b/dev-ml/yojson/yojson-2.0.0.ebuild
45 @@ -16,8 +16,8 @@ IUSE="examples +ocamlopt test"
46 RESTRICT="!test? ( test )"
47
48 RDEPEND="
49 - >=dev-lang/ocaml-4.02.3:=[ocamlopt=]
50 - >=dev-ml/seq-0.2.2:=[ocamlopt=]
51 + >=dev-lang/ocaml-4.02.3:=[ocamlopt?]
52 + >=dev-ml/seq-0.2.2:=[ocamlopt?]
53 "
54 DEPEND="${RDEPEND}"
55 BDEPEND=">=dev-ml/cppo-1.6.1