From 9b311682ee639fc3399056b7b93ba9bd0140a639 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 24 Aug 2014 09:38:44 +0100 Subject: [PATCH] Unblock some packages. --- fedora_ocaml_rebuild.ml | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 0d8d597..c708223 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -35,9 +35,6 @@ let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) "whenjobs"; (* obsolete *) - "libguestfs"; (* rebuilt by hand *) - "graphviz"; (* rebuilt by hand *) - "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored -- 1.8.3.1