commit: 7c968ecae02636ce2f83535caf0c0df695fb89e7
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 06:11:16 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 06:11:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c968eca
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 <AT> gentoo.org>
dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild | 6 +++---
dev-ml/dune-configurator/dune-configurator-2.8.4.ebuild | 6 +++---
dev-ml/dune-configurator/dune-configurator-2.9.0.ebuild | 6 +++---
dev-ml/dune-configurator/dune-configurator-2.9.1.ebuild | 8 ++++----
dev-ml/dune-configurator/dune-configurator-2.9.3.ebuild | 6 +++---
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? (