From 35264c0463ca6aa66a73f9c577956e95738d5a4a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Dec 2007 11:36:20 +0000 Subject: Move XARGS initialization from portage.data to isolated-functions.sh. svn path=/main/trunk/; revision=9097 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 40e3d1749..10d855e70 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -4537,7 +4537,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, if env_stat: mysettings._filter_calling_env = True else: - for var in "ARCH", "USERLAND", "XARGS": + for var in "ARCH", "USERLAND": value = mysettings.get(var) if value and value.strip(): continue -- cgit v1.2.3-1-g7c22