diff --git a/britney.py b/britney.py index 57120eb..654c041 100755 --- a/britney.py +++ b/britney.py @@ -2786,7 +2786,8 @@ class Britney(object): all = defaultdict(set) for p in nuninst[arch]: pkg = self.binaries['testing'][arch][0][p] - all[pkg].add(p) + all[(pkg[SOURCE], pkg[SOURCEVER])].add(p) + print '* %s' % (arch,)