diff options
-rw-r--r-- | pym/portage/dbapi/porttree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index be2015628..c8e8be56c 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -73,7 +73,7 @@ class portdbapi(dbapi): # missing. This check allows aux_get() to detect a missing # portage tree and return early by raising a KeyError. self._have_root_eclass_dir = os.path.isdir( - os.path.join(self.porttree_root, "eclasses")) + os.path.join(self.porttree_root, "eclass")) self.metadbmodule = self.mysettings.load_best_module("portdbapi.metadbmodule") |