* Fix EROOT handling in various places in vartree.py. It should be
authorZac Medico <zmedico@gentoo.org>
Fri, 20 Aug 2010 15:21:16 +0000 (08:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 20 Aug 2010 15:21:16 +0000 (08:21 -0700)
commit7e9b615f92ef5af492b1147b92335dbdb844e343
treeae090a3d552ab4f456b33c289e6c4a2e38d51905
parentfaf8c92db945ab3aa4c003bc5b0faf9b0d9f7692
* Fix EROOT handling in various places in vartree.py. It should be
  all fixed now, but needs testing.
* Remove unused root parameter in calls to dblink.isowner() and
  _match_contents().
* Make doebuild_environment() and prepare_build_dirs() take keyword
  arguments, and ignore unused parameters. Especially don't use
  myroot parameters since they are confusing given EROOT support.
pym/portage/dbapi/vartree.py
pym/portage/package/ebuild/doebuild.py
pym/portage/package/ebuild/prepare_build_dirs.py