]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
merged iwjs patch
[apt.git] / apt-pkg / algorithms.cc
index ddfda754daaf6809ce48d328961c859564ccc9fc..9011821bb676eaeef33a5981b936f05716166204 100644 (file)
@@ -986,6 +986,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
                     }
                     if (Debug)
                        clog << "  Will not break " << Pkg.Name() << " as stated in Breaks field in " << I.Name() <<endl;
                     }
                     if (Debug)
                        clog << "  Will not break " << Pkg.Name() << " as stated in Breaks field in " << I.Name() <<endl;
+                    Cache.MarkKeep(I, false, false);
                     continue;
                  }
 
                     continue;
                  }