diff options
-rw-r--r-- | pym/portage/package/ebuild/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py index 3c3d72603..4893cfbb4 100644 --- a/pym/portage/package/ebuild/config.py +++ b/pym/portage/package/ebuild/config.py @@ -714,7 +714,7 @@ class config(object): # make.globals should not be relative to config_root # because it only contains constants. - for x in (GLOBAL_CONFIG_PATH, "/etc"): + for x in (GLOBAL_CONFIG_PATH,): self.mygcfg = getconfig(os.path.join(x, "make.globals"), expand=expand_map) if self.mygcfg: |