--- keynote-2.3.ebuild.orig 2010-02-04 09:54:47.000000000 +0100 +++ keynote-2.3.ebuild 2010-02-04 09:54:21.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.11 2009/12/28 11:59:51 flameeyes Exp $ -inherit toolchain-funcs +inherit eutils toolchain-funcs DESCRIPTION="The KeyNote Trust-Management System" HOMEPAGE="http://www1.cs.columbia.edu/~angelos/keynote.html" @@ -21,16 +21,16 @@ sed -i -e "/^CFLAGS/s/-O2/${CFLAGS}/" \ -e "/^AR/d" Makefile.in || die "sed failed" + epatch "${FILESDIR}"/$P-parallel-build.patch } src_compile() { tc-export AR CC RANLIB econf - # bug #298669 if use ssl; then - emake -j1 || die + emake || die else - emake -j1 nocrypto || die + emake nocrypto || die fi }