--- /usr/portage/app-cdr/cdemu/cdemu-0.6_beta.ebuild 2004-11-09 19:10:29.000000000 -0500 +++ cdemu-0.6_beta.ebuild 2004-11-28 22:31:27.059261512 -0500 @@ -10,12 +10,17 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/linux-sources" RDEPEND="dev-lang/python" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/cdemu.kern267-fs_h-fix.patch +# cd ${S} +} src_compile() { if [ "${KV:0:3}" == "2.6" ] && [[ `KV_to_int ${KV}` -lt `KV_to_int 2.6.6` ]] ; then emake KERN_DIR=/usr/src/linux BUILD_GHETTO=yes || die