--- a/portpeek.orig 2009-05-04 19:33:39.000000000 -0400 +++ b/portpeek 2009-06-10 15:24:18.000000000 -0400 @@ -15,11 +15,11 @@ __author__ = "Michael Pagano" __email__ = "mpagano@gentoo.org" -__version__ = "1.8.0" +__version__ = "1.8.0d" __productname__ = "portpeek" __description__ = "Displays user unmasked ebuilds and installable options from the portage tree" -import sys, os, portage.output, string, fileinput +import sys, os, portage.output, string, fileinput, portage.util sys.path.insert(0, "/usr/lib/gentoolkit/pym") @@ -636,6 +636,7 @@ if __name__ == "__main__": if "--debug" in cmdline: logLevel = debug + portage.util.noiselimit = 10 if "--tilde-check" in cmdline: tilde=1