projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6b2d7
)
Fix LinkageMap to use vardbapi._eroot instead of _root.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Aug 2010 14:04:13 +0000
(07:04 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Aug 2010 14:04:13 +0000
(07:04 -0700)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index fac1d4925100d892bcbae75f7c5740b199df2b87..a5cebb35937650cce1080435e5e7abbec6a59de3 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-198,7
+198,7
@@
class LinkageMap(object):
def __init__(self, vardbapi):
self._dbapi = vardbapi
- self._root = self._dbapi.root
+ self._root = self._dbapi.
_e
root
self._libs = {}
self._obj_properties = {}
self._obj_key_cache = {}