From cf050353c36d397dd0314a6a98b51aefbcedbf64 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 May 2008 06:03:43 +0000 Subject: Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binary packages. Also, filter INSTALL_MASK when saving or loading environment.bz2. This also applies to PKG_INSTALL_MASK and DOC_SYMLINKS_DIR, so add them too. (trunk r10195) svn path=/main/branches/2.1.2/; revision=10197 --- pym/portage.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 462363c91..3a12812be 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1098,6 +1098,11 @@ class config: "XARGS", ] + # user config variables + _environ_whitelist += [ + "DOC_SYMLINKS_DIR", "INSTALL_MASK", "PKG_INSTALL_MASK" + ] + _environ_whitelist += [ "A", "AA", "CATEGORY", "P", "PF", "PN", "PR", "PV", "PVR" ] -- cgit v1.2.3-1-g7c22