diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:45 +0200 |
commit | 2d4ac687fbf44588f764697c9dcb2b960a18d51b (patch) | |
tree | 7ce51ddbb462a8c7b3b54367e11aef8937ff0144 /dev-ml/pxp | |
parent | sci-mathematics/coq: Remove := from || dep, #586304 (diff) | |
download | gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.tar.gz gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.tar.bz2 gentoo-2d4ac687fbf44588f764697c9dcb2b960a18d51b.zip |
dev-ml/*: Remove := slot ops from || deps, #586304
Diffstat (limited to 'dev-ml/pxp')
-rw-r--r-- | dev-ml/pxp/pxp-1.2.4.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/pxp/pxp-1.2.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/pxp/pxp-1.2.4.ebuild b/dev-ml/pxp/pxp-1.2.4.ebuild index e1ce8a240095..f469f2d729bc 100644 --- a/dev-ml/pxp/pxp-1.2.4.ebuild +++ b/dev-ml/pxp/pxp-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ DEPEND=">=dev-ml/pcre-ocaml-4.31:= >=dev-ml/ulex-0.5:= >=dev-ml/ocamlnet-0.98:= >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" + || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" IUSE="examples +ocamlopt" diff --git a/dev-ml/pxp/pxp-1.2.7.ebuild b/dev-ml/pxp/pxp-1.2.7.ebuild index 1937ee73d8e9..98cac6339ab5 100644 --- a/dev-ml/pxp/pxp-1.2.7.ebuild +++ b/dev-ml/pxp/pxp-1.2.7.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$ @@ -20,7 +20,7 @@ DEPEND=">=dev-ml/pcre-ocaml-4.31:= >=dev-ml/ulex-0.5:= >=dev-ml/ocamlnet-0.98:= >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" + || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" IUSE="examples +ocamlopt" diff --git a/dev-ml/pxp/pxp-1.2.8.ebuild b/dev-ml/pxp/pxp-1.2.8.ebuild index 77edb0055c3a..6c0f1252be67 100644 --- a/dev-ml/pxp/pxp-1.2.8.ebuild +++ b/dev-ml/pxp/pxp-1.2.8.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$ @@ -20,7 +20,7 @@ DEPEND=">=dev-ml/pcre-ocaml-4.31:= >=dev-ml/ulex-0.5:= >=dev-ml/ocamlnet-4:= >=dev-lang/ocaml-3.10.2:=[ocamlopt?] - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" + || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" IUSE="examples +ocamlopt" |