Unblock camlp5 since it has been ported to 4.08 now.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 27 Jun 2019 13:24:13 +0000 (14:24 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 27 Jun 2019 13:24:13 +0000 (14:24 +0100)
fedora_ocaml_rebuild.ml

index c4bedeb..80726ae 100644 (file)
@@ -30,7 +30,6 @@ let yum_repo = "koji-rawhide"
  *)
 let blocked = [
   "ocaml-camlp4";   (* not ported to 4.08 yet *)
-  "ocaml-camlp5";   (* not ported to 4.08 yet *)
   "ocaml-zarith";   (* build failures, seemingly unrelated *)
   "ocaml-yojson";   (* seems to require some proper attention *)
 ]