X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=status.pl;h=a8e58106417df62f3d8604979fd9b6470bb5144b;hb=9ccef5d06074e2bc279f514968ec1450985c3d8a;hp=d249e1e93fb7df64dec94ce7a31fdf0d9ca09fa0;hpb=df247d7a482037c758a5b7295bddb249424068ad;p=fedora-mingw.git diff --git a/status.pl b/status.pl index d249e1e..a8e5810 100755 --- a/status.pl +++ b/status.pl @@ -69,7 +69,7 @@ open IGNORE, "IGNORE" or die "IGNORE: $!\n"; while () { next if /^\#/ || /^$/; m/(.*)/; # untaint - $ignore_pending{$1} = 1; + $ignore_pending{"mingw32-$1"} = 1; } close IGNORE; @@ -82,6 +82,7 @@ my %ignore_fedora = ( "openldap" => 1, "pixman" => 1, "python" => 1, + "qt" => 1, "xenwatch" => 1, );