summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-06 15:28:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-06 15:28:39 +0000
commitc04dad8f52fcb000719ed1a042a8a8be93423a12 (patch)
tree9184a23cc165789f7bc10a6a8b96b3ffbf208d8b /urpm
parent6b905e479a9b95995abd4ee94bc5c412a0ecd806 (diff)
downloadurpmi-c04dad8f52fcb000719ed1a042a8a8be93423a12.tar
urpmi-c04dad8f52fcb000719ed1a042a8a8be93423a12.tar.gz
urpmi-c04dad8f52fcb000719ed1a042a8a8be93423a12.tar.bz2
urpmi-c04dad8f52fcb000719ed1a042a8a8be93423a12.tar.xz
urpmi-c04dad8f52fcb000719ed1a042a8a8be93423a12.zip
add comment
Diffstat (limited to 'urpm')
-rw-r--r--urpm/orphans.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm
index dfc78713..74695aa6 100644
--- a/urpm/orphans.pm
+++ b/urpm/orphans.pm
@@ -89,6 +89,9 @@ sub _selected_unrequested {
}
} keys %$selected;
}
+
+#- returns the packages obsoleting packages marked "unrequested"
+#-
#- side-effects: none
sub _renamed_unrequested {
my ($urpm, $rejected) = @_;