summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild')
-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" )