Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103854
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- /usr/bin/equery     2005-03-17 20:04:31.000000000 -0500
0
++ ./equery    2005-08-07 20:04:53.000000000 -0400
Lines 511-517 Link Here
511
                    except KeyError:
511
                    except KeyError:
512
                        desc = ""
512
                        desc = ""
513
513
514
                if u in p.get_settings("USE"):
514
                if u in p.get_use_flags().split():
515
                    inuse = 1
515
                    inuse = 1
516
                if u in used:
516
                if u in used:
517
                    inused = 1
517
                    inused = 1

Return to bug 103854