summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/package/ebuild/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py
index 4304e09c7..2cd21f3c9 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -320,7 +320,7 @@ class config(object):
expand_map["EPREFIX"] = eprefix
env_d = getconfig(os.path.join(eroot, "etc", "profile.env"),
- expand=expand_map)
+ expand=False)
make_globals = getconfig(os.path.join(
self.global_config_path, 'make.globals'), expand=expand_map)