summaryrefslogtreecommitdiffstats
path: root/urpm/select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/select.pm')
-rw-r--r--urpm/select.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index e46d2c24..0300395e 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -488,6 +488,8 @@ sub translate_why_removed_one {
N("due to conflicts with %s", $whyv);
} elsif ($whyk =~ /unrequested/) {
N("unrequested");
+ } elsif ($whyk) {
+ $whyk;
} else {
undef;
}