env_update: add minimal EPREFIX support
authorZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 06:12:52 +0000 (23:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 29 Aug 2011 06:12:52 +0000 (23:12 -0700)
commit0fb60699ebe51fa998a2d661ecda2c7e021f5d30
tree0ce407c382c5dd088ac69a985cb0a268299ce545
parent276105a80d8fd1e6332a2dcb9733bf597fbcb0ed
env_update: add minimal EPREFIX support

This takes EPREFIX from the env argument and uses it when joining all
paths. Also, ldconfig calls are disabled when EPREFIX is non-empty,
since it's inappropriate to update the global /etc/ld.so.cache in this
case.
pym/portage/dbapi/vartree.py
pym/portage/util/env_update.py