dev-ml/findlib: 1.7* does not compile with ocaml-4.09
authorMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 20:44:37 +0000 (21:44 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 20:44:37 +0000 (21:44 +0100)
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/findlib/findlib-1.7.1.ebuild
dev-ml/findlib/findlib-1.7.2.ebuild
dev-ml/findlib/findlib-1.7.3.ebuild

index 2db445777513e809b261061fce0f23f2d24d9447..52d717f9e3549989c26df8bbd8c62bc41a9b87ac 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
@@ -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}"
 
index afff28f8195e594f8ce6d34c883266ba8ae4e368..895452b724a49d06c787ee2876001f82470d34fe 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
@@ -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}"
 
index 170528bfb1ff421c32b9101ce9a123ad9955b525..691a2c9519aa707d517994fb9f060851ce75bedf 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
@@ -15,7 +15,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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}"