diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/orphans.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm index 74695aa6..90708851 100644 --- a/urpm/orphans.pm +++ b/urpm/orphans.pm @@ -70,7 +70,9 @@ sub _installed_req_and_unreq_and_update_unrequested_list { ($req, $unreq, $unrequested); } - +#- returns the new "unrequested" packages +#- the reason can be "required by xxx" or "suggested" +#- #- side-effects: none sub _selected_unrequested { my ($urpm, $selected, $rejected) = @_; |