summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2020-06-10 10:58:32 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 13:25:34 +0300
commit36b21dc66519082eedc50773f0c64ca53a0e9110 (patch)
tree0472d832f7f89ee00271fc88e190dfad20b48f3b /dev-ml
parentdev-ml/ocaml-fileutils: add 0.6.2 (diff)
downloadgentoo-36b21dc66519082eedc50773f0c64ca53a0e9110.tar.gz
gentoo-36b21dc66519082eedc50773f0c64ca53a0e9110.tar.bz2
gentoo-36b21dc66519082eedc50773f0c64ca53a0e9110.zip
dev-ml/ocaml-fileutils: dep 0.5.1 on ocaml<4.09
0.5.1 does not build on ocaml 4.09 or newer. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
index 9e105e66a76c..6b5395fafe13 100644
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
+++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,10 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}
+
+# Does not build on 4.09+.
+DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]
+ ${RDEPEND}
>=dev-ml/ounit-2.0.0"
DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )