diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-07-06 08:07:05 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-07-06 08:07:05 +0200 |
commit | 5b3cfd0bf0d36776c4bfbb8e11ac2a497ea62d44 (patch) | |
tree | 1989a04ff25c3e7b98057aceeb29683479e276cb /dev-ml/dune-private-libs | |
parent | x11-wm/xpra: Stabilize 4.3.3 amd64, #853619 (diff) | |
download | gentoo-5b3cfd0bf0d36776c4bfbb8e11ac2a497ea62d44.tar.gz gentoo-5b3cfd0bf0d36776c4bfbb8e11ac2a497ea62d44.tar.bz2 gentoo-5b3cfd0bf0d36776c4bfbb8e11ac2a497ea62d44.zip |
dev-ml/dune-private-libs: be less strict depending 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/dune-private-libs')
5 files changed, 12 insertions, 12 deletions
diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild index 4e6004bcf68c..60315eb2cadf 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild @@ -26,8 +26,8 @@ BDEPEND=" ) " DEPEND=" - dev-ml/csexp:=[ocamlopt=] - dev-ml/findlib:=[ocamlopt=] + dev-ml/csexp:=[ocamlopt?] + dev-ml/findlib:=[ocamlopt?] >=dev-lang/ocaml-4.09:= " RDEPEND="${DEPEND}" diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild index 2bdd028a84ed..17169982c7f9 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild @@ -26,8 +26,8 @@ BDEPEND=" ) " DEPEND=" - dev-ml/csexp:=[ocamlopt=] - dev-ml/findlib:=[ocamlopt=] + dev-ml/csexp:=[ocamlopt?] + dev-ml/findlib:=[ocamlopt?] >=dev-lang/ocaml-4.09:= " RDEPEND="${DEPEND}" diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.0.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.9.0.ebuild index 7b6b59feb352..ab2072885f70 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.9.0.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-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 @@ -26,8 +26,8 @@ BDEPEND=" ) " DEPEND=" - dev-ml/csexp:=[ocamlopt=] - dev-ml/findlib:=[ocamlopt=] + dev-ml/csexp:=[ocamlopt?] + dev-ml/findlib:=[ocamlopt?] >=dev-lang/ocaml-4.09:= " RDEPEND="${DEPEND}" diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild index 2fac15d055e9..9ad9f342b922 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-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 @@ -26,8 +26,8 @@ BDEPEND=" ) " DEPEND=" - dev-ml/csexp:=[ocamlopt=] - dev-ml/findlib:=[ocamlopt=] + dev-ml/csexp:=[ocamlopt?] + dev-ml/findlib:=[ocamlopt?] >=dev-lang/ocaml-4.09:= " RDEPEND="${DEPEND}" diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild index 4a135c14f509..051a8304752e 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild @@ -26,8 +26,8 @@ BDEPEND=" ) " DEPEND=" - dev-ml/csexp:=[ocamlopt=] - dev-ml/findlib:=[ocamlopt=] + dev-ml/csexp:=[ocamlopt?] + dev-ml/findlib:=[ocamlopt?] >=dev-lang/ocaml-4.09:= " RDEPEND="${DEPEND}" |