diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-08 13:47:58 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-08 13:47:58 +0100 |
commit | 6fd557c87328da408c60bdf7084e0761d301a79f (patch) | |
tree | 1ed529ff4e5f1d1ac2ee997a779319fa46c2f9a9 /dev-ml/dune | |
parent | dev-python/mpi4py: keyword 3.1.3 for ~riscv (diff) | |
download | gentoo-6fd557c87328da408c60bdf7084e0761d301a79f.tar.gz gentoo-6fd557c87328da408c60bdf7084e0761d301a79f.tar.bz2 gentoo-6fd557c87328da408c60bdf7084e0761d301a79f.zip |
dev-ml/dune: selecting compliance with ocaml versions
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/dune')
-rw-r--r-- | dev-ml/dune/dune-2.7.1.ebuild | 5 | ||||
-rw-r--r-- | dev-ml/dune/dune-2.8.2.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/dune/dune-2.8.4.ebuild | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-ml/dune/dune-2.7.1.ebuild b/dev-ml/dune/dune-2.7.1.ebuild index d4ddb517ae0d..c619f30adc03 100644 --- a/dev-ml/dune/dune-2.7.1.ebuild +++ b/dev-ml/dune/dune-2.7.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 @@ -14,7 +14,8 @@ SLOT="0/${PV}" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="test" -DEPEND=">=dev-lang/ocaml-4.08:=" +DEPEND=">=dev-lang/ocaml-4.08:= + <dev-lang/ocaml-4.12" RDEPEND="${DEPEND} !dev-ml/jbuilder" diff --git a/dev-ml/dune/dune-2.8.2.ebuild b/dev-ml/dune/dune-2.8.2.ebuild index ae0c9474e80e..879ff48951d0 100644 --- a/dev-ml/dune/dune-2.8.2.ebuild +++ b/dev-ml/dune/dune-2.8.2.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,6 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.08:= + <dev-lang/ocaml-4.13 !dev-ml/jbuilder " DEPEND=" diff --git a/dev-ml/dune/dune-2.8.4.ebuild b/dev-ml/dune/dune-2.8.4.ebuild index ae0c9474e80e..879ff48951d0 100644 --- a/dev-ml/dune/dune-2.8.4.ebuild +++ b/dev-ml/dune/dune-2.8.4.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,6 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.08:= + <dev-lang/ocaml-4.13 !dev-ml/jbuilder " DEPEND=" |