Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336085 | Differences between
and this patch

Collapse All | Expand All

(-)slot_collision.py (-1 / +1 lines)
Lines 291-297 Link Here
291
                                                        if slot:
291
                                                        if slot:
292
                                                                atom_str = atom_str.replace(":" + slot, colorize("BAD", ":" + slot))
292
                                                                atom_str = atom_str.replace(":" + slot, colorize("BAD", ":" + slot))
293
                                                
293
                                                
294
                                                if use and atom.use.tokens:
294
                                                if use and atom.use and atom.use.tokens:
295
                                                        use_part_start = atom_str.find("[")
295
                                                        use_part_start = atom_str.find("[")
296
                                                        use_part_end = atom_str.find("]")
296
                                                        use_part_end = atom_str.find("]")
297
                                                        
297
                                                        

Return to bug 336085