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

(-)a/pym/gentoolkit/equery/meta.py (-2 / +1 lines)
Lines 238-244 def format_upstream(upstream): Link Here
238
238
239
        updocs = _format_upstream_docs(up.docs)
239
        updocs = _format_upstream_docs(up.docs)
240
        for updoc in updocs:
240
        for updoc in updocs:
241
            result.append(format_line(updoc, "Docs:       ", " " * 13))
241
            result.append(format_line(updoc, "Docs:        ", " " * 13))
242
242
243
        for upbug in up.bugtrackers:
243
        for upbug in up.bugtrackers:
244
            result.append(format_line(upbug, "Bugs-to:     ", " " * 13))
244
            result.append(format_line(upbug, "Bugs-to:     ", " " * 13))
245
- 

Return to bug 934433