diff options
Diffstat (limited to 'apt-pkg/orderlist.cc')
-rw-r--r-- | apt-pkg/orderlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/orderlist.cc b/apt-pkg/orderlist.cc index a826f2853..20631bfc1 100644 --- a/apt-pkg/orderlist.cc +++ b/apt-pkg/orderlist.cc @@ -889,7 +889,7 @@ bool pkgOrderList::DepConfigure(DepIterator D) /*}}}*/ // OrderList::DepRemove - Removal ordering /*{{{*/ // --------------------------------------------------------------------- -/* Checks all given dependencies if they are broken by the remove of a +/* Checks all given dependencies if they are broken by the removal of a package and if so fix it by visiting another provider or or-group member to ensure that the dependee keeps working which is especially important for Immediate packages like e.g. those depending on an |