--- baselayout-1.8.6.13-r1.ebuild.orig 2004-03-01 20:19:12.000000000 -0500 +++ baselayout-1.8.6.13-r1.ebuild 2004-03-01 20:27:12.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.8.6.13-r1.ebuild,v 1.3 2004/02/28 00:30:33 azarah Exp $ +inherit eutils + IUSE="bootstrap build livecd static selinux" SV="1.4.3.13p1" @@ -69,6 +71,12 @@ src_unpack() { rm -f inittab.orig ;; esac + + # Add support to display certain messages to the front LCD Panel on Cobalt machines + if [ "${PROFILE_ARCH}" = "cobalt" ]; then + cd ${S} + epatch ${FILESDIR}/${P}-cobaltmips-lcd.patch + fi } src_compile() {