From c9df830f428e0e31a8a2f07cc81eb2df1c305bcc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jan 2008 08:26:40 +0000 Subject: Add 'local' to the list of non_category_dirs since it's commonly used for layman overlays. (trunk r9241) svn path=/main/branches/2.1.2/; revision=9248 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 27647514a..10f18c507 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6796,7 +6796,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) -- cgit v1.2.3-1-g7c22