EbuildFetcher: fix fetch to use manifest
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Oct 2010 20:16:00 +0000 (13:16 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Oct 2010 20:16:00 +0000 (13:16 -0700)
commit1396cc1597b0e1b5343f11e4ea36d2b637888475
tree6d81ef6e17af37b2bb2d48b42a202e303397a7ca
parentfb27f6d1e4bdae14b28b2b877547c0aaf6b54084
EbuildFetcher: fix fetch to use manifest

If we don't call doebuild_environment() then the 'O' variable is
not set and fetch() doesn't use the manifest.
pym/_emerge/EbuildFetcher.py