From 36b21dc66519082eedc50773f0c64ca53a0e9110 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Wed, 10 Jun 2020 10:58:32 +0000 Subject: 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 Signed-off-by: Joonas Niilola --- dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-ml') 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-ml/ounit-2.0.0" DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" ) -- cgit v1.2.3-65-gdbad