Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53368 | Differences between
and this patch

Collapse All | Expand All

(-)portage.py.orig (+4 lines)
Lines 130-135 Link Here
130
	userland="BSD"
130
	userland="BSD"
131
	lchown=os.chown
131
	lchown=os.chown
132
	os.environ["XARGS"]="xargs"	
132
	os.environ["XARGS"]="xargs"	
133
elif ostype=="OpenBSD":
134
	userland="BSD"
135
	lchown=os.chown
136
	os.environ["XARGS"]="xargs"	
133
else:
137
else:
134
	writemsg(red("Operating system")+" \""+ostype+"\" "+red("currently unsupported. Exiting.")+"\n")
138
	writemsg(red("Operating system")+" \""+ostype+"\" "+red("currently unsupported. Exiting.")+"\n")
135
	sys.exit(1)
139
	sys.exit(1)

Return to bug 53368