From: Zac Medico Date: Tue, 8 Jun 2010 16:06:41 +0000 (-0700) Subject: Add a reference to bug 189417 in config.environ(). X-Git-Tag: v2.2_rc68~552 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23f641e492d117582522f3dc918b3e20cebdc1ba;p=portage.git Add a reference to bug 189417 in config.environ(). --- diff --git a/pym/portage/package/ebuild/config.py b/pym/portage/package/ebuild/config.py index db30c2c61..57bbdd5dd 100644 --- a/pym/portage/package/ebuild/config.py +++ b/pym/portage/package/ebuild/config.py @@ -2550,7 +2550,7 @@ class config(object): # Do not allow anything to leak into the ebuild # environment unless it is explicitly whitelisted. # This ensures that variables unset by the ebuild - # remain unset. + # remain unset (bug #189417). continue mydict[x] = myvalue if "HOME" not in mydict and "BUILD_PREFIX" in mydict: