From c64e1daa9f1936a8a0dce15da7944e11d701b6c4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Jan 2020 13:19:56 +0000 Subject: [PATCH] Instead of using ignored list for camlp4 packages, remove the sources. --- Goalfile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/Goalfile b/Goalfile index 35909e0..fed4668 100644 --- a/Goalfile +++ b/Goalfile @@ -22,24 +22,7 @@ let fedora-rebuild-name = "OCaml 4.10.0+beta1 rebuild." # Packages that are ignored, which means they are treated as if # they have been rebuilt. -let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", - # These ones are only needed because blocked is not working - "ocaml-camlp4", - "cduce", - "guestfs-browser", - "ocaml-bin-prot", - "ocaml-bisect", - "ocaml-bitstring", - "ocaml-deriving", - "ocaml-json-static", - "ocaml-mikmatch", - "ocaml-openin", - "ocaml-pa-monad", - "ocaml-pgocaml", - "ocaml-sexplib", - "ocaml-type-conv", - "ocamldsort", -] +let fedora-ignored = [ "ocaml-srpm-macros", "ocaml" ] # All OCaml-related source package names let other-packages = [ -- 1.8.3.1