From 0f60052eb01aedb8fa95c1299cac7a58f91ba40f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 23 Apr 2006 20:52:18 +0000 Subject: Move portage.global_updates() invocation out of portage.py and into emerge/fixpackages where it belongs. svn path=/main/trunk/; revision=3201 --- bin/fixpackages | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/fixpackages') diff --git a/bin/fixpackages b/bin/fixpackages index 872000764..e7459c8a1 100755 --- a/bin/fixpackages +++ b/bin/fixpackages @@ -8,6 +8,7 @@ os.environ["PORTAGE_CALLER"]="fixpackages" sys.path = ["/usr/lib/portage/pym"]+sys.path import portage +portage.global_updates() print print "Done." -- cgit v1.2.3-1-g7c22