summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 10d855e70..c9317c31a 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -4537,13 +4537,10 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
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"]) + \