View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
Line     Link Here 
arch/x86.py.orig    2006-06-26 10:28:37.000000000 -0700
arch/x86.py.orig    2006-06-26 10:28:37.000000000 -0700
 Lines 12-18    Link Here 
               self.settings["mainarch"]="x86"
               self.settings["mainarch"]="x86"
               if self.settings["hostarch"]=="amd64":
               if self.settings["hostarch"]=="amd64":
                       if not os.path.exists("/bin/linux32"):
                       if not os.path.exists("/bin/linux32"):
                               raise CatalystError,"required /bin/linux32 executable not found (\"emerge linux32\" to fix.)"
                               raise CatalystError,"required /bin/linux32 executable not found (\"emerge setarch\" to fix.)"
                       self.settings["CHROOT"]="linux32 chroot"
                       self.settings["CHROOT"]="linux32 chroot"
               else:   
               else:   
                       self.settings["CHROOT"]="chroot"
                       self.settings["CHROOT"]="chroot"