From 10d19623c5a3aabe00d502029a454f49f72983d1 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 13 Dec 2014 07:34:29 +0100 Subject: Blacklist _ variable. --- pym/portage/package/ebuild/_config/special_env_vars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/package/ebuild/_config') diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym/portage/package/ebuild/_config/special_env_vars.py index 387f4ae89..6bb3c9592 100644 --- a/pym/portage/package/ebuild/_config/special_env_vars.py +++ b/pym/portage/package/ebuild/_config/special_env_vars.py @@ -1,4 +1,4 @@ -# Copyright 2010-2013 Gentoo Foundation +# Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import unicode_literals @@ -27,7 +27,7 @@ env_blacklist = frozenset(( "PORTAGE_INTERNAL_CALLER", "PORTAGE_IUSE", "PORTAGE_NONFATAL", "PORTAGE_PIPE_FD", "PORTAGE_REPO_NAME", "PORTAGE_USE", "PROPERTIES", "PROVIDE", "RDEPEND", "REPOSITORY", - "RESTRICT", "ROOT", "SLOT", "SRC_URI" + "RESTRICT", "ROOT", "SLOT", "SRC_URI", "_" )) environ_whitelist = [] -- cgit v1.2.3-65-gdbad