commit: 11354812d60bb7d3b189884f4ca9b1d41652e56c Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 22:25:33 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 22:25:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11354812
dev-ml/camlp4: restricted ocaml versions in deps Bug: https://bugs.gentoo.org/708696 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-ml/camlp4/camlp4-4.04_p1.ebuild | 4 ++-- dev-ml/camlp4/camlp4-4.05_p1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild index 20df6f9f34f..c19c5780cca 100644 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.04_p1.ebuild @@ -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" diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild index 80a764a6259..fe6e0dc150a 100644 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild +++ b/dev-ml/camlp4/camlp4-4.05_p1.ebuild @@ -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"
