dev-ml/lablgl: Support camlp4/labltk in -r1 only, #586914
authorMichał Górny <mgorny@gentoo.org>
Wed, 29 Jun 2016 20:30:23 +0000 (22:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 29 Jun 2016 21:14:48 +0000 (23:14 +0200)
Restrict the 1.05 ebuild to support old OCaml only to solve the :=-in-||
problem. 1.05-r1 is stable on all architectures supporting camlp4,
and -r0 is only kept for stable ia64 & sparc users.

dev-ml/lablgl/lablgl-1.05.ebuild

index bb69c5d38aefc72e3983e24bd65d64d23fac5df0..20f1f9ed47772061222c176c73c31a22b7304562 100644 (file)
@@ -19,12 +19,12 @@ RDEPEND="
        x11-libs/libX11
        virtual/opengl
        virtual/glu
-       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
+       <dev-lang/ocaml-4.02.0
        glut? ( media-libs/freeglut )
        tk? (
                >=dev-lang/tcl-8.3:0=
                >=dev-lang/tk-8.3:0=
-               || ( dev-ml/labltk:= <dev-lang/ocaml-4.02[tk] )
+               <dev-lang/ocaml-4.02[tk]
        )
        "