summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2020-06-10 11:00:05 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 13:25:34 +0300
commitedea879ee1652aa465a09c1afe4be82c699e426d (patch)
tree9b2fac6b30a9fdc62c89d0bb3cd57acd8cd3da32 /dev-ml/ocaml-fileutils
parentdev-ml/ocaml-fileutils: dep 0.5.1 on ocaml<4.09 (diff)
downloadgentoo-edea879ee1652aa465a09c1afe4be82c699e426d.tar.gz
gentoo-edea879ee1652aa465a09c1afe4be82c699e426d.tar.bz2
gentoo-edea879ee1652aa465a09c1afe4be82c699e426d.zip
dev-ml/ocaml-fileutils: dep 0.5.2 on ocaml<4.09
0.5.2 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/ocaml-fileutils')
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild
index 40d4d20f42d6..d0082d821707 100644
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild
+++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 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" )