dev-ml/dune-configurator: be less strict vs ocamlopt dep

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:11:16 +02:00
parent 5b3cfd0bf0
commit 7c968ecae0
5 changed files with 16 additions and 16 deletions

View File

@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt=]
dev-ml/result:=[ocamlopt=]
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}
test? (

View File

@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt=]
dev-ml/result:=[ocamlopt=]
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}
test? (

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
@@ -18,8 +18,8 @@ RESTRICT="!test? ( test )"
RDEPEND="
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt=]
dev-ml/result:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}
test? (

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
@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt=]
dev-ml/result:=[ocamlopt=]
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}
test? (

View File

@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
dev-ml/csexp:=[ocamlopt=]
dev-ml/result:=[ocamlopt=]
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
dev-ml/csexp:=[ocamlopt?]
dev-ml/result:=[ocamlopt?]
"
DEPEND="${RDEPEND}
test? (