diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-10-31 04:23:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-10-31 04:23:06 +0000 |
commit | 64396f7e8e3914d66d4b5efb9bfd80c8cd7a72fd (patch) | |
tree | 70a47dc3100da9328a1cd40bb5ac49e37c40a756 /NEWS | |
parent | Just use stat instead of lstat for config protect, so that broken symlinks ar... (diff) | |
download | portage-multirepo-64396f7e8e3914d66d4b5efb9bfd80c8cd7a72fd.tar.gz portage-multirepo-64396f7e8e3914d66d4b5efb9bfd80c8cd7a72fd.tar.bz2 portage-multirepo-64396f7e8e3914d66d4b5efb9bfd80c8cd7a72fd.zip |
Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python modules, then fall back to an explicit sys.path insertion if an ImportError occurs.
svn path=/main/trunk/; revision=4884
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ portage-2.1.2 order and detection of circular dependencies. * The world and system sets allow automatic update of all installed slots. * DEPEND atoms support SLOT dependencies of the form ${CATEGORY}/${PN}:${SLOT}. -* Development: Extend PORTAGE_PYM_PATH support to allow overriding the hardcoded +* Development: Extend PYTHONPATH support to allow overriding the hardcoded /usr/lib/portage/pym for development/testing purposes portage-2.1.1 |