dev-ml/ocamlbuild: 0.10.1 and 0.11.0 don't compile with ocaml-4.09
authorMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 21:12:59 +0000 (22:12 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 21:13:20 +0000 (22:13 +0100)
Bug: https://bugs.gentoo.org/708872
Bug: https://bugs.gentoo.org/708696
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild
dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild

index 62366767e29cb5637d7d5fbcf6b9b24f2c890658..10847fc11e60545608f74daeb3f64fbd337682ec 100644 (file)
@@ -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
@@ -12,7 +12,8 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
-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
 "
index 4556ac43c4dbb940e5d6aa0ad748832d3bd26413..96f238627e931395c660a03fa87909d43b3a323f 100644 (file)
@@ -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
 "