# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
+ 27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/sparc.py:
+ Added patch from Mike Frysinger <vapier@gentoo.org> to change the SPARC
+ personality check.
+
27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/chroot-functions.sh, targets/support/livecdfs-update.sh:
Fix the display manager sed lines and change the icon for the local Handbook
builder.generic.__init__(self,myspec)
self.settings["mainarch"]="sparc"
if self.settings["hostarch"]=="sparc64":
- if not os.path.exists("/bin/sparc32"):
- raise CatalystError,"required /bin/sparc32 executable not found (\"emerge sparc-utils\" to fix.)"
- self.settings["CHROOT"]="/bin/sparc32 chroot"
+ if not os.path.exists("/bin/linux32"):
+ raise CatalystError,"required /bin/linux32 executable not found (\"emerge setarch\" to fix.)"
+ self.settings["CHROOT"]="linux32 chroot"
else:
self.settings["CHROOT"]="chroot"