diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-09 11:51:46 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-09 11:51:46 +0100 |
commit | 62f34c37ab311f1cca64054f3402606c6d84e897 (patch) | |
tree | 9d9cf193ca46ddbf66d55b1133f54f459819fefb /dev-ml/camlp5/camlp5-7.13.ebuild | |
parent | sci-libs/fftw: drop 3.3.9 (diff) | |
download | gentoo-62f34c37ab311f1cca64054f3402606c6d84e897.tar.gz gentoo-62f34c37ab311f1cca64054f3402606c6d84e897.tar.bz2 gentoo-62f34c37ab311f1cca64054f3402606c6d84e897.zip |
dev-ml/camlp5: ocaml-4.13 blocks
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/camlp5/camlp5-7.13.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp5/camlp5-7.13.ebuild b/dev-ml/camlp5/camlp5-7.13.ebuild index 79a35e5dfeb0..3d68c705bf6e 100644 --- a/dev-ml/camlp5/camlp5-7.13.ebuild +++ b/dev-ml/camlp5/camlp5-7.13.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 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc +ocamlopt" DEPEND=" - >=dev-lang/ocaml-3.10:=[ocamlopt?] + <dev-lang/ocaml-4.10.2:=[ocamlopt?] " RDEPEND="${DEPEND}" |