arch/x86.py.orig 2006-06-26 10:28:37.000000000 -0700 +++ arch/x86.py 2006-06-26 10:26:59.000000000 -0700 @@ -12,7 +12,7 @@ self.settings["mainarch"]="x86" if self.settings["hostarch"]=="amd64": 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" else: self.settings["CHROOT"]="chroot"