diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:24:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:45 +0200 |
commit | 84224f26f9c893299a487431e2ee005b1795f01c (patch) | |
tree | d0333e5da3985a57ce379c199dca426e32992a0b /sci-mathematics | |
parent | dev-util/coccinelle: Remove := op from || dep, #586304 (diff) | |
download | gentoo-84224f26f9c893299a487431e2ee005b1795f01c.tar.gz gentoo-84224f26f9c893299a487431e2ee005b1795f01c.tar.bz2 gentoo-84224f26f9c893299a487431e2ee005b1795f01c.zip |
sci-mathematics/coq: Remove := from || dep, #586304
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/coq-8.4_p5.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.4_p6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/coq/coq-8.4_p5.ebuild b/sci-mathematics/coq/coq-8.4_p5.ebuild index 707a434eecad..2cef57428602 100644 --- a/sci-mathematics/coq/coq-8.4_p5.ebuild +++ b/sci-mathematics/coq/coq-8.4_p5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="gtk debug +ocamlopt doc camlp5" RDEPEND=" >=dev-lang/ocaml-3.11.2:=[ocamlopt?] camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] ) - !camlp5? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) ) + !camlp5? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) ) gtk? ( >=dev-ml/lablgtk-2.10.1:=[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( diff --git a/sci-mathematics/coq/coq-8.4_p6.ebuild b/sci-mathematics/coq/coq-8.4_p6.ebuild index be183f11229d..f2ad39107b83 100644 --- a/sci-mathematics/coq/coq-8.4_p6.ebuild +++ b/sci-mathematics/coq/coq-8.4_p6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ IUSE="gtk debug +ocamlopt doc camlp5" RDEPEND=" >=dev-lang/ocaml-3.11.2:=[ocamlopt?] camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] ) - !camlp5? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) ) + !camlp5? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) ) gtk? ( >=dev-ml/lablgtk-2.10.1:=[ocamlopt?] )" DEPEND="${RDEPEND} doc? ( |