summaryrefslogtreecommitdiffstats
path: root/pym/portage/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/data.py')
-rw-r--r--pym/portage/data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/data.py b/pym/portage/data.py
index 1ef417fc5..69763aedd 100644
--- a/pym/portage/data.py
+++ b/pym/portage/data.py
@@ -16,6 +16,7 @@ ostype=os.uname()[0]
userland = None
lchown = getattr(os, "lchown")
+os.environ.setdefault("XARGS", "xargs")
if ostype=="Linux" or ostype.lower().endswith("gnu"):
userland="GNU"
os.environ["XARGS"]="xargs -r"