dev-ml/camlp4: restricted ocaml versions in deps
authorMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 22:25:33 +0000 (23:25 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sun, 9 Feb 2020 22:25:33 +0000 (23:25 +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/camlp4/camlp4-4.04_p1.ebuild
dev-ml/camlp4/camlp4-4.05_p1.ebuild

index 20df6f9f34f55ba98be5ea5de561ef1f5fc50bdd..c19c5780ccad5730c8afc92f4a561cb80c6d8a87 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,7 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.04_beta:=[ocamlopt?]"
+DEPEND="=dev-lang/ocaml-4.04*:=[ocamlopt?]"
 RDEPEND="${DEPEND}
        !<dev-lang/ocaml-4.02
        !<dev-ml/findlib-1.5.5-r1"
index 80a764a625930f36f04be42bf9e6c697c2b86f0e..fe6e0dc150a568d056b338d561a73a93910f92bf 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,7 @@ SLOT="0/${PV}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]"
+DEPEND="=dev-lang/ocaml-4.05*:=[ocamlopt?]"
 RDEPEND="${DEPEND}
        !<dev-lang/ocaml-4.02
        !<dev-ml/findlib-1.5.5-r1"