From 5b3bbc07dd5849a9461e19b149fbfd6b4c888d30 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 Sep 2007 14:27:47 +0000 Subject: adapt doc to is really done (may kill {backtrack}{closure} later) --- URPM.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/URPM.pm b/URPM.pm index a5c2143..4a3b368 100644 --- a/URPM.pm +++ b/URPM.pm @@ -805,9 +805,11 @@ B: { fullname => { backtrack => { # those info are only used to display why package is unselected promote => [ name ], keep => [ fullname ], unsatisfied => [ id|property ], - closure => { fullname => { old_requested => bool, - unsatisfied => [ id|property ], - conflicts => property } }, + closure => { fullname => undef }, + }, + closure => { fullname => { old_requested => bool, + unsatisfied => [ id|property ], + conflicts => property }, }, } } -- cgit v1.2.1