projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011be2c
)
add NetBSD to the BSD list #112393
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 13 Nov 2005 11:28:19 +0000
(11:28 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 13 Nov 2005 11:28:19 +0000
(11:28 -0000)
svn path=/main/trunk/; revision=2304
pym/portage_data.py
patch
|
blob
|
history
diff --git
a/pym/portage_data.py
b/pym/portage_data.py
index 2afd0466771f61e09523ca50d9d0b52ada17bfb1..27e828b17c6ebb57f2b8040817e296fd493725b1 100644
(file)
--- a/
pym/portage_data.py
+++ b/
pym/portage_data.py
@@
-19,7
+19,7
@@
elif ostype == "Darwin":
os.environ["XARGS"]="xargs"
def lchown(*pos_args, **key_args):
pass
-elif ostype in ["FreeBSD","OpenBSD"]:
+elif ostype in ["FreeBSD","OpenBSD"
,"NetBSD"
]:
userland="BSD"
os.environ["XARGS"]="xargs"
else: