summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-29 23:31:47 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-29 23:31:47 -0700
commit2f351c8a47472560c5f1bd063efc8a97ed56636f (patch)
tree467d9026070f06b747958ef09db4ac0d1d6040bf /pym/_emerge/actions.py
parent3dfe2a64ef0c49917435f9f79bc2b5890fae90e0 (diff)
downloadportage-2f351c8a47472560c5f1bd063efc8a97ed56636f.tar.gz
portage-2f351c8a47472560c5f1bd063efc8a97ed56636f.tar.bz2
portage-2f351c8a47472560c5f1bd063efc8a97ed56636f.zip
Rename vardbapi.linkmap to vardbapi._linkmap since I'm
trying to minimize the diff between the master branch and upcoming 2.1.9 branch which will not have preserve-libs support but will still have the code in private and disabled form.
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 9f184bb6b..a2cff5957 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -881,7 +881,7 @@ def calc_depclean(settings, trees, ldpath_mtimes,
# with consumers that have not been selected for removal. If so, these
# packages and any dependencies need to be added to the graph.
real_vardb = trees[myroot]["vartree"].dbapi
- linkmap = real_vardb.linkmap
+ linkmap = real_vardb._linkmap
consumer_cache = {}
provider_cache = {}
consumer_map = {}