projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bb697
)
Add 'local' to the list of non_category_dirs since it's commonly
author
Zac Medico
<zmedico@gentoo.org>
Thu, 31 Jan 2008 07:46:28 +0000
(07:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 31 Jan 2008 07:46:28 +0000
(07:46 -0000)
used for layman overlays.
svn path=/main/trunk/; revision=9241
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index 813d9229d734fda9101832a07f02624c3cd4f41c..e9fad09566996d3ea7600f9b42afb1fb3e8d22c4 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-28,7
+28,7
@@
class portdbapi(dbapi):
"""this tree will scan a portage directory located at root (passed to init)"""
portdbapi_instances = []
_non_category_dirs = ["distfiles", "eclass", "licenses",
- "metadata", "packages", "profiles", "scripts"]
+ "
local", "
metadata", "packages", "profiles", "scripts"]
_non_category_dirs = re.compile(r'^(%s)$' % "|".join(_non_category_dirs))
def __init__(self, porttree_root, mysettings=None):
portdbapi.portdbapi_instances.append(self)