--- ctemplate-0.95.ebuild 2010-02-24 03:35:25.000000000 -0800 +++ ctemplate-0.97.ebuild 2010-04-29 14:32:35.161755393 -0700 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.95.ebuild,v 1.3 2010/02/24 11:19:08 idl0r Exp $ +# $Header: $ EAPI="2" @@ -9,6 +9,7 @@ DESCRIPTION="A simple but powerful template language for C++" HOMEPAGE="http://code.google.com/p/google-ctemplate/" SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -29,7 +30,7 @@ } src_install() { - emake -j1 DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" # Installs just every piece rm -rf "${D}/usr/share/doc"