summaryrefslogtreecommitdiffstats
path: root/pym/portage_data.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-29 09:30:04 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-29 09:30:04 +0000
commit980c3ff4501898f07eb67ba2eea2ec23c1794d05 (patch)
tree854cae0eaa5ae8d4141ef1dea549a3ae0948498f /pym/portage_data.py
parent1729478592754a25f41f8b3007d76250427ae2db (diff)
downloadportage-980c3ff4501898f07eb67ba2eea2ec23c1794d05.tar.gz
portage-980c3ff4501898f07eb67ba2eea2ec23c1794d05.tar.bz2
portage-980c3ff4501898f07eb67ba2eea2ec23c1794d05.zip
Move the USERLAND and XARGS sanity checks from the portage_data
mule to doebuild(). svn path=/main/branches/2.1.2/; revision=9091
Diffstat (limited to 'pym/portage_data.py')
-rw-r--r--pym/portage_data.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pym/portage_data.py b/pym/portage_data.py
index deea8940b..5cb88b385 100644
--- a/pym/portage_data.py
+++ b/pym/portage_data.py
@@ -29,9 +29,6 @@ elif ostype == "Darwin":
elif ostype.endswith("BSD") or ostype =="DragonFly":
userland="BSD"
os.environ["XARGS"]="xargs"
-else:
- writemsg(red("Operating system")+" \""+ostype+"\" "+red("currently unsupported. Exiting.")+"\n")
- sys.exit(1)
if not lchown:
if "lchown" in dir(os):
@@ -47,8 +44,6 @@ if not lchown:
" exist. Please rebuild python.\n", noiselevel=-1)
lchown()
-os.environ["USERLAND"]=userland
-
def portage_group_warning():
warn_prefix = bad("*** WARNING *** ")
mylines = [