projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c19312
)
Move XARGS initialization from portage.data to isolated-functions.sh.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Dec 2007 11:36:20 +0000
(11:36 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Dec 2007 11:36:20 +0000
(11:36 -0000)
svn path=/main/trunk/; revision=9097
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 40e3d17496a2d26581d9eda3bb636e221ecd1da6..10d855e704492977aea87b721ad2ce6d68695137 100644
(file)
--- 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