diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 23:25:33 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 23:25:33 +0100 |
commit | 11354812d60bb7d3b189884f4ca9b1d41652e56c (patch) | |
tree | 41227892c5933e73bd924273a54097b1eb98dc53 /dev-ml/camlp4 | |
parent | dev-ml/ppx_tools: bumped to 5.3.4.08.0 + eapi7 (diff) | |
download | gentoo-11354812d60bb7d3b189884f4ca9b1d41652e56c.tar.gz gentoo-11354812d60bb7d3b189884f4ca9b1d41652e56c.tar.bz2 gentoo-11354812d60bb7d3b189884f4ca9b1d41652e56c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml/camlp4')
-rw-r--r-- | dev-ml/camlp4/camlp4-4.04_p1.ebuild | 4 | ||||
-rw-r--r-- | 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 20df6f9f34f5..c19c5780ccad 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 80a764a62593..fe6e0dc150a5 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" |