diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-07-06 08:19:22 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-07-06 08:19:22 +0200 |
commit | b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f (patch) | |
tree | 3be19afdcc9ab751e161eeebca28042b83944d09 /dev-ml | |
parent | media-video/pipewire: Make dbus optional (diff) | |
download | gentoo-b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f.tar.gz gentoo-b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f.tar.bz2 gentoo-b2e04ba41554dd0652bc0d92db94fb1cbdbbba9f.zip |
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>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/yojson/yojson-1.7.0.ebuild | 8 | ||||
-rw-r--r-- | dev-ml/yojson/yojson-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild b/dev-ml/yojson/yojson-1.7.0.ebuild index 48357a363ee7..d008ccd1b029 100644 --- a/dev-ml/yojson/yojson-1.7.0.ebuild +++ b/dev-ml/yojson/yojson-1.7.0.ebuild @@ -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} diff --git a/dev-ml/yojson/yojson-2.0.0.ebuild b/dev-ml/yojson/yojson-2.0.0.ebuild index a46bbd313048..23350f1a6c06 100644 --- a/dev-ml/yojson/yojson-2.0.0.ebuild +++ b/dev-ml/yojson/yojson-2.0.0.ebuild @@ -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 |