dev-ml/ppx_tools: doesn't compile with ocaml-4.09
authorMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 21:35:53 +0000 (22:35 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 21:36:11 +0000 (22:36 +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/ppx_tools/ppx_tools-5.0.4.03.0.ebuild
dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild

index 3b440d54aeb09c9f1b520b1f602e895352d51b80..d0acc2b9fac0691148e9849764662a59f7df9344 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.03.0:=[ocamlopt?]"
+DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]"
 RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')"
 
index 28e7b0d5bb5070cdc03c62bcb1d16192111d85b1..c2a93387105c6b56b3ef9cf4dd48940649a5e97c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="+ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"
+DEPEND="=dev-lang/ocaml-4.05*:=[ocamlopt?]"
 RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')"