From f50684e83a2a3ef71556e276d03534a5d9bbb500 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 May 2007 05:43:41 +0000 Subject: 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 --- 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