From 5af4344c2ba347a22ab1229aa9d0f1e46585a8be Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 28 Jul 2015 16:21:35 +0100 Subject: [PATCH] Unblock plplot, block ocaml-camlp5 --- fedora_ocaml_rebuild.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 43e21b8..13a8c01 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -29,7 +29,7 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) - "plplot"; (* FTBFS, unrelated to OCaml *) + "ocaml-camlp5"; (* not updated to 4.02.3 yet *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1