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

(-)a/pym/gentoolkit/eclean/cli.py (+1 lines)
Lines 607-612 def doAction(action, options, exclude={}, output=None): Link Here
607
    elif not options["quiet"]:
607
    elif not options["quiet"]:
608
        output.einfo("Your " + action + " directory was already clean.")
608
        output.einfo("Your " + action + " directory was already clean.")
609
    if saved and not options["quiet"]:
609
    if saved and not options["quiet"]:
610
        verb = "would be"
610
        print()
611
        print()
611
        print(
612
        print(
612
            pp.emph("   The following ")
613
            pp.emph("   The following ")

Return to bug 915055