summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-13 11:28:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-13 11:28:19 +0000
commitacdd7b0551cdbe07d04f4412c42855900c4003d4 (patch)
tree0c4f04e05cbff596fb2028caa011a22dab9d33cd /pym/portage_data.py
parenttweak marking of D as readonly since we need to play around with it in pkg_pr... (diff)
downloadportage-multirepo-acdd7b0551cdbe07d04f4412c42855900c4003d4.tar.gz
portage-multirepo-acdd7b0551cdbe07d04f4412c42855900c4003d4.tar.bz2
portage-multirepo-acdd7b0551cdbe07d04f4412c42855900c4003d4.zip
add NetBSD to the BSD list #112393
svn path=/main/trunk/; revision=2304
Diffstat (limited to 'pym/portage_data.py')
-rw-r--r--pym/portage_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage_data.py b/pym/portage_data.py
index 2afd0466..27e828b1 100644
--- 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: