it's handled in isolated-functions.sh now.
svn path=/main/trunk/; revision=9103
if env_stat:
mysettings._filter_calling_env = True
else:
- for var in "ARCH", "USERLAND":
+ for var in ("ARCH", ):
value = mysettings.get(var)
if value and value.strip():
continue
- if var == "USERLAND" and userland:
- mysettings["USERLAND"] = userland
- continue
msg = ("%s is not set... " % var) + \
("Are you missing the '%setc/make.profile' symlink? " % \
mysettings["PORTAGE_CONFIGROOT"]) + \