projects
/
portpeek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0ef9d
)
Add missing global variable overlay_list
v2.0.12
author
Mike Pagano
<mpagano@gentoo.org>
Thu, 13 Oct 2011 16:43:05 +0000
(12:43 -0400)
committer
Mike Pagano
<mpagano@gentoo.org>
Thu, 13 Oct 2011 16:43:05 +0000
(12:43 -0400)
portpeek
patch
|
blob
|
history
diff --git
a/portpeek
b/portpeek
index 0d55769661e195f57e5d7053079441b8cfb65528..02e32ee38706ff041efced6a8556cd4b6bb8790b 100755
(executable)
--- a/
portpeek
+++ b/
portpeek
@@
-16,7
+16,7
@@
__author__ = "Michael Pagano"
__email__ = "mpagano@gentoo.org"
-__version__ = "2.0.1
1
"
+__version__ = "2.0.1
2
"
__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