X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=show-build-order.pl;h=ffa8491933a6c814339c294064096f46996aa2ba;hb=cdc4c6f64aa11a6e62288e78e3ae00e3dbb5e674;hp=53353ce7a61f7cd10af7f22fde96c0cbea168264;hpb=ba30732061e9f16ae7dcb7fb1c7b479f47ff72d4;p=fedora-mingw.git diff --git a/show-build-order.pl b/show-build-order.pl index 53353ce..ffa8491 100755 --- a/show-build-order.pl +++ b/show-build-order.pl @@ -55,11 +55,11 @@ sub main { # Some packages we want to ignore for now. delete $br{"mingw32-cyrus-sasl"}; - delete $br{"mingw32-nsis"}; delete $br{"mingw32-wix"}; delete $br{"mingw32-example"}; delete $br{"mingw32-gdb"}; - delete $br{"mingw32-sqlite"}; + delete $br{"mingw32-python"}; + delete $br{"mingw32-ocaml"}; # There is a dependency loop (gcc -> runtime/w32api -> gcc) # which has to be manually resolved below. Break that loop.