diff options
Diffstat (limited to 'dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild index 4556ac43c4db..96f238627e93 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" +# does not compile with ocaml-4.09 (bug # 708696 and #708872) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]" RDEPEND="${DEPEND} !<dev-ml/findlib-1.6.1-r1 " |