diff options
Diffstat (limited to 'dev-ml/findlib/findlib-1.7.2.ebuild')
-rw-r--r-- | dev-ml/findlib/findlib-1.7.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/findlib/findlib-1.7.2.ebuild b/dev-ml/findlib/findlib-1.7.2.ebuild index afff28f8195e..895452b724a4 100644 --- a/dev-ml/findlib/findlib-1.7.2.ebuild +++ b/dev-ml/findlib/findlib-1.7.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 @@ -15,7 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] +# it does not compile with ocaml-4.09 (bug #708696) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?] tk? ( dev-ml/labltk:= )" RDEPEND="${DEPEND}" |