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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage_data.py b/pym/portage_data.py
index 5cb88b385..3421d9b9d 100644
--- a/pym/portage_data.py
+++ b/pym/portage_data.py
@@ -20,15 +20,12 @@ if ostype == "Linux" or \
ostype.lower().startswith("gnu") or \
ostype.lower().endswith("gnu"):
userland="GNU"
- os.environ["XARGS"]="xargs -r"
elif ostype == "Darwin":
userland="Darwin"
- os.environ["XARGS"]="xargs"
def lchown(*pos_args, **key_args):
pass
elif ostype.endswith("BSD") or ostype =="DragonFly":
userland="BSD"
- os.environ["XARGS"]="xargs"
if not lchown:
if "lchown" in dir(os):