summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-13 03:51:11 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-13 03:51:11 +0000
commita180221f939e633b992610e7b9e37784085db376 (patch)
tree8a657853bf5b9b1d8473ab7daa91da35db68a2a4
parentb2a3d90d9c72fe24b834043521aae28774191a2b (diff)
downloadportage-a180221f939e633b992610e7b9e37784085db376.tar.gz
portage-a180221f939e633b992610e7b9e37784085db376.tar.bz2
portage-a180221f939e633b992610e7b9e37784085db376.zip
Add EAPI to the whitelist to ensure it's always available as early as possible.
(trunk r15036) svn path=/main/branches/2.1.7/; revision=15070
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 709abb9c3..bd31e447f 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -1396,7 +1396,7 @@ class config(object):
# in it's bashrc (causing major leakage).
_environ_whitelist += [
"ACCEPT_LICENSE", "BASH_ENV", "BUILD_PREFIX", "D",
- "DISTDIR", "DOC_SYMLINKS_DIR", "EBUILD",
+ "DISTDIR", "DOC_SYMLINKS_DIR", "EAPI", "EBUILD",
"EBUILD_EXIT_STATUS_FILE", "EBUILD_FORCE_TEST",
"EBUILD_PHASE", "ECLASSDIR", "ECLASS_DEPTH", "ED",
"EMERGE_FROM", "EPREFIX", "EROOT",