summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-06 15:30:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-06 15:30:14 +0000
commit1341c227451b032c2b110f9a90caa5fcc3f85d74 (patch)
tree7672190b409d42ba875f24432541f919567dedbc
parentc04dad8f52fcb000719ed1a042a8a8be93423a12 (diff)
downloadurpmi-1341c227451b032c2b110f9a90caa5fcc3f85d74.tar
urpmi-1341c227451b032c2b110f9a90caa5fcc3f85d74.tar.gz
urpmi-1341c227451b032c2b110f9a90caa5fcc3f85d74.tar.bz2
urpmi-1341c227451b032c2b110f9a90caa5fcc3f85d74.tar.xz
urpmi-1341c227451b032c2b110f9a90caa5fcc3f85d74.zip
add comment
-rw-r--r--urpm/orphans.pm4
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) = @_;