Fedora OCaml rebuild: More blocked and ignored packages.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 21 Jul 2014 15:46:02 +0000 (16:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 21 Jul 2014 15:46:02 +0000 (16:46 +0100)
fedora_ocaml_rebuild.ml

index 09b74f2..a22d84b 100644 (file)
@@ -32,6 +32,8 @@ let blocked = [
    * also have to list all packages that depend on it.
    *)
   "ocaml-labltk"; (* BRed by: *) "ocaml-lablgl"; "ocaml-ocamlnet"; "planets";
+
+  "ocaml-camlp5";                       (* not updated for 4.02.0 *)
 ]
 let blocked pkg = List.mem pkg blocked
 
@@ -41,6 +43,7 @@ let ignored = [
   "ocaml";                         (* rebuilt by hand *)
   "ocaml-findlib";                 (* rebuilt by hand *)
   "ocaml-lwt"; "ocaml-react";      (* loganjerry is handling *)
+  "ocaml-camlidl";                 (* rebuilt by orionp *)
   "whenjobs";                      (* obsolete *)
 ]
 let ignored pkg = List.mem pkg ignored