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

(-)a/portpeek.orig (-2 / +3 lines)
Lines 15-25 Link Here
15
15
16
__author__ = "Michael Pagano"
16
__author__ = "Michael Pagano"
17
__email__ = "mpagano@gentoo.org"
17
__email__ = "mpagano@gentoo.org"
18
__version__ = "1.8.0"
18
__version__ = "1.8.0d"
19
__productname__ = "portpeek"
19
__productname__ = "portpeek"
20
__description__ = "Displays user unmasked ebuilds and installable options from the portage tree"
20
__description__ = "Displays user unmasked ebuilds and installable options from the portage tree"
21
21
22
import sys, os, portage.output, string, fileinput
22
import sys, os, portage.output, string, fileinput, portage.util
23
23
24
sys.path.insert(0, "/usr/lib/gentoolkit/pym")
24
sys.path.insert(0, "/usr/lib/gentoolkit/pym")
25
25
Lines 636-641 if __name__ == "__main__": Link Here
636
636
637
    if "--debug" in cmdline:
637
    if "--debug" in cmdline:
638
        logLevel = debug
638
        logLevel = debug
639
        portage.util.noiselimit = 10
639
640
640
    if "--tilde-check" in cmdline:
641
    if "--tilde-check" in cmdline:
641
        tilde=1
642
        tilde=1

Return to bug 273056