summaryrefslogtreecommitdiffstats
path: root/bin/fixpackages
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-31 21:39:50 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-31 21:39:50 +0000
commit2b40f5dadd81ae84c6d1df2cf0930e2e5b5ec69f (patch)
treeb7ca512518c4ca882967042cd83a084432b04b23 /bin/fixpackages
parentf7b35dad6c95951afb369eb3a4bbb49a9f5574a8 (diff)
downloadportage-2b40f5dadd81ae84c6d1df2cf0930e2e5b5ec69f.tar.gz
portage-2b40f5dadd81ae84c6d1df2cf0930e2e5b5ec69f.tar.bz2
portage-2b40f5dadd81ae84c6d1df2cf0930e2e5b5ec69f.zip
Make automatic "global updates" always use the config instance that's associated with /, since the rest of the code is targeted at /. (trunk r6687)
svn path=/main/branches/2.1.2/; revision=6703
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 388a9ad44..39b813662 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."