aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index d1d4a13..1c2afb1 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -839,10 +839,12 @@ B<rejected>: { fullname => {
backtrack => { # those info are only used to display why package is unselected
promote => [ name ], keep => [ fullname ],
unsatisfied => [ id|property ],
+ conflicts => [ fullname ],
},
closure => { fullname => { old_requested => bool,
unsatisfied => [ id|property ],
conflicts => property },
+ avoid => bool },
},
} }