summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-31 05:43:41 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-31 05:43:41 +0000
commitf50684e83a2a3ef71556e276d03534a5d9bbb500 (patch)
tree7956f8e336b43b7ffbccde40781000907f2d7fa9 /bin/fixpackages
parentCreate one unified dbapi.update_ents() method and use it for both fixpackages... (diff)
downloadportage-idfetch-f50684e83a2a3ef71556e276d03534a5d9bbb500.tar.gz
portage-idfetch-f50684e83a2a3ef71556e276d03534a5d9bbb500.tar.bz2
portage-idfetch-f50684e83a2a3ef71556e276d03534a5d9bbb500.zip
Make automatic "global updates" always use the config instance that's associated with /, since the rest of the code is targeted at /.
svn path=/main/trunk/; revision=6687
Diffstat (limited to 'bin/fixpackages')
-rwxr-xr-xbin/fixpackages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixpackages b/bin/fixpackages
index 388a9ad4..39b81366 100755
--- a/bin/fixpackages
+++ b/bin/fixpackages
@@ -24,7 +24,7 @@ except (OSError, ValueError), e:
portage.writemsg("!!! %s\n" % str(e))
del e
-portage.global_updates(mysettings, mytrees, mtimedb["updates"])
+portage._global_updates(mytrees, mtimedb["updates"])
print
print "Done."