]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
flush line-clearing on progress stop before post-invoke
[apt.git] / apt-pkg / depcache.cc
index c6fb63be1002ab8a54157205bd33d56c355a1d7e..8281949f97c5e776030a018d7bd44f2ae6958d5f 100644 (file)
@@ -1016,6 +1016,8 @@ struct CompareProviders {
         if (instA != instB)
            return instA == false;
       }
+      if ((A->CurrentVer == 0 || B->CurrentVer == 0) && A->CurrentVer != B->CurrentVer)
+        return A->CurrentVer == 0;
       // Prefer packages in the same group as the target; e.g. foo:i386, foo:amd64
       if (A->Group != B->Group)
       {