From 2b40f5dadd81ae84c6d1df2cf0930e2e5b5ec69f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 May 2007 21:39:50 +0000 Subject: 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 --- bin/fixpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fixpackages') 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." -- cgit v1.2.3-1-g7c22