From: Mike Pagano Date: Thu, 13 Oct 2011 16:43:05 +0000 (-0400) Subject: Add missing global variable overlay_list X-Git-Tag: v2.0.12 X-Git-Url: http://git.mpagano.com/?p=portpeek.git;a=commitdiff_plain;h=0c8d53be696a580b41429ead99d671975c196559 Add missing global variable overlay_list --- diff --git a/portpeek b/portpeek index 0d55769..02e32ee 100755 --- a/portpeek +++ b/portpeek @@ -16,7 +16,7 @@ __author__ = "Michael Pagano" __email__ = "mpagano@gentoo.org" -__version__ = "2.0.11" +__version__ = "2.0.12" __productname__ = "portpeek" __description__ = "Displays user unmasked ebuilds and installable options from the portage tree" @@ -46,6 +46,7 @@ unmask_list = [] tilde = 0 processing_package_use = False using_gentoo_as_overlay = False +overlay_list = [] try: PORTAGE_CONFIGROOT