commit:     a254987a6030b4fefdc5989c960772dddd866faf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 08:38:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 11:23:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a254987a

Revert "dev-ml/*: Remove := slot ops from || deps, #586304"

This reverts commit 2d4ac687fbf44588f764697c9dcb2b960a18d51b.

This commit is wrong in several aspects:
- Such changes should come with a revbump
- Removing := deps causes packages not to be rebuilt on upgrades, causing
  barely understandable build failures when upgrading, later on.
  Thanks to this commit, people that have installed those packages
  will likely experience those failures with the upcoming ocaml 4.03 unmask.
- This is a non maintainer commit where no discussion at all happened with the
  maintainers during the 3 days between bug report and mass commit.
  Such discussion could have prevented the above mentioned breakage.

Proper fix is to drop the backward compatibility part of the || () dep. This fix
was slowly moving forward whenever possible and noticed. Main blocker for this 
is
bug #463018 which requires taking extra care for not breaking the stable tree
nor needlessly preventing future stabilization of packages.

 dev-ml/camomile/camomile-0.8.4.ebuild                        | 4 ++--
 dev-ml/camomile/camomile-0.8.5.ebuild                        | 4 ++--
 dev-ml/comparelib/comparelib-109.60.00.ebuild                | 4 ++--
 dev-ml/comparelib/comparelib-113.00.00.ebuild                | 4 ++--
 dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild         | 4 ++--
 dev-ml/enumerate/enumerate-111.08.00.ebuild                  | 4 ++--
 dev-ml/extlib/extlib-1.6.1.ebuild                            | 4 ++--
 dev-ml/faillib/faillib-111.17.00.ebuild                      | 4 ++--
 dev-ml/fieldslib/fieldslib-109.20.03.ebuild                  | 4 ++--
 dev-ml/fieldslib/fieldslib-113.00.00.ebuild                  | 4 ++--
 dev-ml/lablgl/lablgl-1.05.ebuild                             | 4 ++--
 dev-ml/lablgtk/lablgtk-2.18.3.ebuild                         | 4 ++--
 dev-ml/lablgtk/lablgtk-2.18.4.ebuild                         | 4 ++--
 dev-ml/lwt/lwt-2.5.1.ebuild                                  | 4 ++--
 dev-ml/lwt/lwt-2.5.2.ebuild                                  | 4 ++--
 dev-ml/macaque/macaque-0.7.2.ebuild                          | 4 ++--
 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild | 4 ++--
 dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild              | 4 ++--
 dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild                   | 4 ++--
 dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild                        | 2 +-
 dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild                        | 2 +-
 dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild                        | 2 +-
 dev-ml/optcomp/optcomp-1.6.ebuild                            | 4 ++--
 dev-ml/pa_bench/pa_bench-111.28.00.ebuild                    | 4 ++--
 dev-ml/pipebang/pipebang-110.01.00.ebuild                    | 4 ++--
 dev-ml/pomap/pomap-3.0.3.ebuild                              | 4 ++--
 dev-ml/pomap/pomap-3.0.5.ebuild                              | 4 ++--
 dev-ml/pxp/pxp-1.2.4.ebuild                                  | 4 ++--
 dev-ml/pxp/pxp-1.2.7.ebuild                                  | 4 ++--
 dev-ml/pxp/pxp-1.2.8.ebuild                                  | 4 ++--
 dev-ml/typehashlib/typehashlib-109.15.02.ebuild              | 4 ++--
 dev-ml/utop/utop-1.18.2.ebuild                               | 4 ++--
 dev-ml/utop/utop-1.19.1.ebuild                               | 4 ++--
 dev-ml/utop/utop-1.19.2.ebuild                               | 4 ++--
 dev-ml/utop/utop-1.19.ebuild                                 | 4 ++--
 35 files changed, 67 insertions(+), 67 deletions(-)

diff --git a/dev-ml/camomile/camomile-0.8.4.ebuild 
b/dev-ml/camomile/camomile-0.8.4.ebuild
index 23c7a7c..e8c05fe 100644
--- a/dev-ml/camomile/camomile-0.8.4.ebuild
+++ b/dev-ml/camomile/camomile-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="debug +ocamlopt"
 
 RDEPEND="
        >=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 )
 "
 DEPEND="${RDEPEND}"
 

diff --git a/dev-ml/camomile/camomile-0.8.5.ebuild 
b/dev-ml/camomile/camomile-0.8.5.ebuild
index 7c99453..c0cb67e 100644
--- a/dev-ml/camomile/camomile-0.8.5.ebuild
+++ b/dev-ml/camomile/camomile-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="debug +ocamlopt"
 
 RDEPEND="
        >=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 )
 "
 DEPEND="${RDEPEND}"
 

diff --git a/dev-ml/comparelib/comparelib-109.60.00.ebuild 
b/dev-ml/comparelib/comparelib-109.60.00.ebuild
index 58ff5e0..634a149 100644
--- a/dev-ml/comparelib/comparelib-109.60.00.ebuild
+++ b/dev-ml/comparelib/comparelib-109.60.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/type-conv-109.20.00:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "README.txt" )

diff --git a/dev-ml/comparelib/comparelib-113.00.00.ebuild 
b/dev-ml/comparelib/comparelib-113.00.00.ebuild
index 3655d1f..46b9a8e 100644
--- a/dev-ml/comparelib/comparelib-113.00.00.ebuild
+++ b/dev-ml/comparelib/comparelib-113.00.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/type-conv-109.20.00:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "README.txt" )

diff --git a/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild 
b/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
index a52ee9a..28677f2 100644
--- a/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
+++ b/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="+ocamlopt type-conv"
 
 DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        type-conv? ( >=dev-ml/type-conv-108:= )"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-ml/enumerate/enumerate-111.08.00.ebuild 
b/dev-ml/enumerate/enumerate-111.08.00.ebuild
index 8cc9b8d..3e00a71 100644
--- a/dev-ml/enumerate/enumerate-111.08.00.ebuild
+++ b/dev-ml/enumerate/enumerate-111.08.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND="
        >=dev-ml/type-conv-111.13:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 
 RDEPEND="${DEPEND}"
 

diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild 
b/dev-ml/extlib/extlib-1.6.1.ebuild
index 9ad7cde..9ed1005 100644
--- a/dev-ml/extlib/extlib-1.6.1.ebuild
+++ b/dev-ml/extlib/extlib-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://ocaml-extlib.googlecode.com/files/${P}.tar.gz";
 LICENSE="LGPL-2.1"
 DEPEND="
        >=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}"
 SLOT="0/${PV}"

diff --git a/dev-ml/faillib/faillib-111.17.00.ebuild 
b/dev-ml/faillib/faillib-111.17.00.ebuild
index 5653822..7e64206 100644
--- a/dev-ml/faillib/faillib-111.17.00.ebuild
+++ b/dev-ml/faillib/faillib-111.17.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE=""
 
 DEPEND="
        dev-ml/herelib:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-ml/fieldslib/fieldslib-109.20.03.ebuild 
b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
index 59fe57d..2641d31 100644
--- a/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
+++ b/dev-ml/fieldslib/fieldslib-109.20.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/type-conv-${PV}:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "README.txt" )

diff --git a/dev-ml/fieldslib/fieldslib-113.00.00.ebuild 
b/dev-ml/fieldslib/fieldslib-113.00.00.ebuild
index 1e64381..47d7758 100644
--- a/dev-ml/fieldslib/fieldslib-113.00.00.ebuild
+++ b/dev-ml/fieldslib/fieldslib-113.00.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/type-conv-${PV}:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "README.txt" )

diff --git a/dev-ml/lablgl/lablgl-1.05.ebuild b/dev-ml/lablgl/lablgl-1.05.ebuild
index fd3d046..33ec477 100644
--- a/dev-ml/lablgl/lablgl-1.05.ebuild
+++ b/dev-ml/lablgl/lablgl-1.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ RDEPEND="
        x11-libs/libX11
        virtual/opengl
        virtual/glu
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        glut? ( media-libs/freeglut )
        tk? (
                >=dev-lang/tcl-8.3:0=

diff --git a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild 
b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
index 5a82c40..81b3d6a 100644
--- a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
+++ b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2
                >=x11-libs/gtkglarea-1.9:2 )
        spell? ( app-text/gtkspell:2 )
        sourceview? ( x11-libs/gtksourceview:2.0 )
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        "
 DEPEND="${RDEPEND}
        virtual/pkgconfig"

diff --git a/dev-ml/lablgtk/lablgtk-2.18.4.ebuild 
b/dev-ml/lablgtk/lablgtk-2.18.4.ebuild
index 695cffe..4994848 100644
--- a/dev-ml/lablgtk/lablgtk-2.18.4.ebuild
+++ b/dev-ml/lablgtk/lablgtk-2.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2
                >=x11-libs/gtkglarea-1.9:2 )
        spell? ( app-text/gtkspell:2 )
        sourceview? ( x11-libs/gtksourceview:2.0 )
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        "
 DEPEND="${RDEPEND}
        virtual/pkgconfig"

diff --git a/dev-ml/lwt/lwt-2.5.1.ebuild b/dev-ml/lwt/lwt-2.5.1.ebuild
index 9afd09e..ac787dd 100644
--- a/dev-ml/lwt/lwt-2.5.1.ebuild
+++ b/dev-ml/lwt/lwt-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND="react? ( >=dev-ml/react-1.2:= )
        ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
        gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
        ppx? ( dev-ml/ppx_tools:= )
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 
 RDEPEND="${DEPEND}
        !<www-servers/ocsigen-1.1"

diff --git a/dev-ml/lwt/lwt-2.5.2.ebuild b/dev-ml/lwt/lwt-2.5.2.ebuild
index 9afd09e..ac787dd 100644
--- a/dev-ml/lwt/lwt-2.5.2.ebuild
+++ b/dev-ml/lwt/lwt-2.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND="react? ( >=dev-ml/react-1.2:= )
        ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
        gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )
        ppx? ( dev-ml/ppx_tools:= )
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 
 RDEPEND="${DEPEND}
        !<www-servers/ocsigen-1.1"

diff --git a/dev-ml/macaque/macaque-0.7.2.ebuild 
b/dev-ml/macaque/macaque-0.7.2.ebuild
index 25a7979..9f245da 100644
--- a/dev-ml/macaque/macaque-0.7.2.ebuild
+++ b/dev-ml/macaque/macaque-0.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,6 +16,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/pgocaml-2.1:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 DOCS=( Changelog README.md )

diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild 
b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
index 04ac46d..168330a 100644
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
+++ b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND=">=dev-ml/type-conv-108.07.01:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 DEPEND="${RDEPEND}
        test? ( >=dev-ml/ounit-2.0.0[ocamlopt?] 
dev-ml/ocaml-fileutils[ocamlopt?] )"
 

diff --git a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild 
b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild
index 7bfe24c..788bd15 100644
--- a/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild
+++ b/dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/ocaml-3.12.1:=
        >=dev-ml/ocaml-fileutils-0.4.0:=
        >=dev-ml/camomile-0.8.3:=
        sys-devel/gettext
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
        "
 DEPEND="${RDEPEND}
        doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )

diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild 
b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
index 8ebd976..b146236 100644
--- a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
+++ b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ocaml-3.12:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 src_compile() {

diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild 
b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild
index c789a74..61ad3d6 100644
--- a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild
index 59b6fb3..db254b6 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild
index 307496b..dc77608 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-ml/optcomp/optcomp-1.6.ebuild 
b/dev-ml/optcomp/optcomp-1.6.ebuild
index 4d3d445..e4c4f2b 100644
--- a/dev-ml/optcomp/optcomp-1.6.ebuild
+++ b/dev-ml/optcomp/optcomp-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="|| ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 DOCS=( CHANGES.md README.md )

diff --git a/dev-ml/pa_bench/pa_bench-111.28.00.ebuild 
b/dev-ml/pa_bench/pa_bench-111.28.00.ebuild
index 4e6cfb0..417f514 100644
--- a/dev-ml/pa_bench/pa_bench-111.28.00.ebuild
+++ b/dev-ml/pa_bench/pa_bench-111.28.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND=">=dev-ml/type-conv-109:=
        dev-ml/pa_ounit:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/pipebang/pipebang-110.01.00.ebuild 
b/dev-ml/pipebang/pipebang-110.01.00.ebuild
index 16cde0c..7aaa3fb 100644
--- a/dev-ml/pipebang/pipebang-110.01.00.ebuild
+++ b/dev-ml/pipebang/pipebang-110.01.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,5 +17,5 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=">=dev-ml/type-conv-109.60:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"

diff --git a/dev-ml/pomap/pomap-3.0.3.ebuild b/dev-ml/pomap/pomap-3.0.3.ebuild
index cfbbd57..47f3529 100644
--- a/dev-ml/pomap/pomap-3.0.3.ebuild
+++ b/dev-ml/pomap/pomap-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="https://bitbucket.org/mmottl/pomap";
 SRC_URI="https://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz";
 LICENSE="LGPL-2.1-with-linking-exception"
 
-DEPEND="|| ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 SLOT="0/${PV}"
 KEYWORDS="amd64 ppc x86"

diff --git a/dev-ml/pomap/pomap-3.0.5.ebuild b/dev-ml/pomap/pomap-3.0.5.ebuild
index aba9c46..766dfe8 100644
--- a/dev-ml/pomap/pomap-3.0.5.ebuild
+++ b/dev-ml/pomap/pomap-3.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="http://mmottl.github.io/pomap/";
 SRC_URI="https://github.com/mmottl/pomap/releases/download/v${PV}/${P}.tar.gz";
 LICENSE="LGPL-2.1-with-linking-exception"
 
-DEPEND="|| ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 SLOT="0/${PV}"
 KEYWORDS="amd64 ppc x86"

diff --git a/dev-ml/pxp/pxp-1.2.4.ebuild b/dev-ml/pxp/pxp-1.2.4.ebuild
index f469f2d..e1ce8a2 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-2016 Gentoo Foundation
+# Copyright 1999-2014 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 98cac63..1937ee7 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-2016 Gentoo Foundation
+# Copyright 1999-2015 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 6c0f125..77edb00 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-2016 Gentoo Foundation
+# Copyright 1999-2015 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"

diff --git a/dev-ml/typehashlib/typehashlib-109.15.02.ebuild 
b/dev-ml/typehashlib/typehashlib-109.15.02.ebuild
index a8b5c3d..62cee40 100644
--- a/dev-ml/typehashlib/typehashlib-109.15.02.ebuild
+++ b/dev-ml/typehashlib/typehashlib-109.15.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND=">=dev-lang/ocaml-4.00.0:=
        >=dev-ml/type-conv-${PV}:=
-       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )"
+       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/utop/utop-1.18.2.ebuild b/dev-ml/utop/utop-1.18.2.ebuild
index e617706..8da80eb 100644
--- a/dev-ml/utop/utop-1.18.2.ebuild
+++ b/dev-ml/utop/utop-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND=">=dev-ml/lwt-2.4.0:=[react]
        >=dev-ml/zed-1.2:=
        >=dev-ml/cppo-1.0.1:=
        emacs? ( virtual/emacs )
-       camlp4? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) )"
+       camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "CHANGES.md" "README.md" )

diff --git a/dev-ml/utop/utop-1.19.1.ebuild b/dev-ml/utop/utop-1.19.1.ebuild
index e617706..8da80eb 100644
--- a/dev-ml/utop/utop-1.19.1.ebuild
+++ b/dev-ml/utop/utop-1.19.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND=">=dev-ml/lwt-2.4.0:=[react]
        >=dev-ml/zed-1.2:=
        >=dev-ml/cppo-1.0.1:=
        emacs? ( virtual/emacs )
-       camlp4? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) )"
+       camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "CHANGES.md" "README.md" )

diff --git a/dev-ml/utop/utop-1.19.2.ebuild b/dev-ml/utop/utop-1.19.2.ebuild
index e617706..8da80eb 100644
--- a/dev-ml/utop/utop-1.19.2.ebuild
+++ b/dev-ml/utop/utop-1.19.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND=">=dev-ml/lwt-2.4.0:=[react]
        >=dev-ml/zed-1.2:=
        >=dev-ml/cppo-1.0.1:=
        emacs? ( virtual/emacs )
-       camlp4? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) )"
+       camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "CHANGES.md" "README.md" )

diff --git a/dev-ml/utop/utop-1.19.ebuild b/dev-ml/utop/utop-1.19.ebuild
index e617706..8da80eb 100644
--- a/dev-ml/utop/utop-1.19.ebuild
+++ b/dev-ml/utop/utop-1.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ DEPEND=">=dev-ml/lwt-2.4.0:=[react]
        >=dev-ml/zed-1.2:=
        >=dev-ml/cppo-1.0.1:=
        emacs? ( virtual/emacs )
-       camlp4? ( || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 ) )"
+       camlp4? ( || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) )"
 RDEPEND="${DEPEND}"
 
 DOCS=( "CHANGES.md" "README.md" )

Reply via email to