]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
More changes to make imediate configuration work for all packages,
[apt.git] / apt-pkg / orderlist.cc
index a17a70112c74878d04a987a4eccacc9d6a2d581a..eaa5ea20a6b2968c31416bf3dd1ec09141c7820e 100644 (file)
@@ -1021,8 +1021,8 @@ bool pkgOrderList::AddLoop(DepIterator D)
    Loops[LoopCount++] = D;
    
    // Mark the packages as being part of a loop.
-   Flag(D.TargetPkg(),Loop);
-   Flag(D.ParentPkg(),Loop);
+   //Flag(D.TargetPkg(),Loop);
+   //Flag(D.ParentPkg(),Loop);
    return true;
 }
                                                                        /*}}}*/