--- coolkey-1.1.0-r1.ebuild.old 2007-09-08 10:20:52.000000000 +0200 +++ coolkey-1.1.0-r1.ebuild 2008-05-07 19:08:47.000000000 +0200 @@ -18,18 +18,19 @@ dev-util/pkgconfig" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${P}-cache-move.patch" + epatch "${FILESDIR}/${P}-cache-move.patch" \ + "${FILESDIR}/${P}-gcc43.patch" } src_compile() { econf $(use_enable debug) || die "configure failed" emake || die "make failed" } src_install() { - emake install DESTDIR="${D}" || die + emake -j1 install DESTDIR="${D}" || die #Needs -j1. diropts -m 1777 keepdir /var/cache/coolkey }