From 3250d18d000a51c44448e678093ccfce929e55d5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Aug 2014 17:56:00 +0100 Subject: [PATCH] Remove bitstring, findlib, camlidl from non-built package lists. --- fedora_ocaml_rebuild.ml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 7f0dcc8..027344d 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -23,8 +23,6 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-bitstring"; (* needs upstream fix for 4.02.0 *) - "ocaml-mikmatch"; (* build failure on 4.02.0 *) "ocaml-omake"; (* build failure on 4.02.0 with hevea *) "ocaml-p3l"; (* build failure on 4.02.0 -warn-error A *) @@ -40,8 +38,6 @@ let blocked pkg = List.mem pkg blocked let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) - "ocaml-findlib"; (* rebuilt by hand *) - "ocaml-camlidl"; (* rebuilt by orionp *) "whenjobs"; (* obsolete *) "libguestfs"; (* rebuilt by hand *) "graphviz"; (* rebuilt by hand *) -- 1.8.3.1