mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user