diff options
author | 2022-07-06 08:11:16 +0200 | |
---|---|---|
committer | 2022-07-06 08:11:16 +0200 | |
commit | 7c968ecae02636ce2f83535caf0c0df695fb89e7 (patch) | |
tree | 183374963b54015e1a0206cc762ed61fb6eb2280 /dev-ml | |
parent | dev-ml/dune-private-libs: be less strict depending on ocamlopt (diff) | |
download | gentoo-7c968ecae02636ce2f83535caf0c0df695fb89e7.tar.gz gentoo-7c968ecae02636ce2f83535caf0c0df695fb89e7.tar.bz2 gentoo-7c968ecae02636ce2f83535caf0c0df695fb89e7.zip |
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>
Diffstat (limited to 'dev-ml')
5 files changed, 16 insertions, 16 deletions
diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild index 1dd2e0cac8b3..7e06d1ff65d3 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild @@ -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? ( diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.4.ebuild b/dev-ml/dune-configurator/dune-configurator-2.8.4.ebuild index 8a3d59cf3d8b..17c58e633847 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.8.4.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.8.4.ebuild @@ -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? ( diff --git a/dev-ml/dune-configurator/dune-configurator-2.9.0.ebuild b/dev-ml/dune-configurator/dune-configurator-2.9.0.ebuild index a8a42765fa98..9872ea859a4f 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.9.0.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.9.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 @@ -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? ( diff --git a/dev-ml/dune-configurator/dune-configurator-2.9.1.ebuild b/dev-ml/dune-configurator/dune-configurator-2.9.1.ebuild index b781e0525f03..e2e67518ea4c 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.9.1.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.9.1.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 @@ -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? ( diff --git a/dev-ml/dune-configurator/dune-configurator-2.9.3.ebuild b/dev-ml/dune-configurator/dune-configurator-2.9.3.ebuild index 53d42345b564..289317f1072a 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.9.3.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.9.3.ebuild @@ -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? ( |