dev-ml/yojson: relax deps on ocamlopt

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-07-06 08:19:22 +02:00
parent 7fbaa21982
commit b2e04ba415
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,9 +16,9 @@ IUSE="examples +ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lang/ocaml-4.02.3:=[ocamlopt=]
dev-ml/easy-format:=[ocamlopt=]
>=dev-ml/biniou-1.2:=[ocamlopt=]
>=dev-lang/ocaml-4.02.3:=[ocamlopt?]
dev-ml/easy-format:=[ocamlopt?]
>=dev-ml/biniou-1.2:=[ocamlopt?]
"
DEPEND="
${RDEPEND}

View File

@@ -16,8 +16,8 @@ IUSE="examples +ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lang/ocaml-4.02.3:=[ocamlopt=]
>=dev-ml/seq-0.2.2:=[ocamlopt=]
>=dev-lang/ocaml-4.02.3:=[ocamlopt?]
>=dev-ml/seq-0.2.2:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/cppo-1.6.1