summaryrefslogtreecommitdiffstats
path: root/bin/fixpackages
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-23 20:52:18 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-23 20:52:18 +0000
commit0f60052eb01aedb8fa95c1299cac7a58f91ba40f (patch)
tree0de56d41e2f64686e375339129285e95da65af60 /bin/fixpackages
parent7eebd7bc7bf3616aa17eb624957b97b91442c780 (diff)
downloadportage-0f60052eb01aedb8fa95c1299cac7a58f91ba40f.tar.gz
portage-0f60052eb01aedb8fa95c1299cac7a58f91ba40f.tar.bz2
portage-0f60052eb01aedb8fa95c1299cac7a58f91ba40f.zip
Move portage.global_updates() invocation out of portage.py and into emerge/fixpackages where it belongs.
svn path=/main/trunk/; revision=3201
Diffstat (limited to 'bin/fixpackages')
-rwxr-xr-xbin/fixpackages1
1 files changed, 1 insertions, 0 deletions
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."