diff -ru a/cvsps-2.1.ebuild b/cvsps-2.1.ebuild --- a/cvsps-2.1.ebuild 2009-04-05 03:08:24.000000000 -0500 +++ b/cvsps-2.1.ebuild 2009-06-09 22:39:03.000000000 -0500 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cvsps/cvsps-2.1.ebuild,v 1.19 2008/06/10 18:17:10 armin76 Exp $ -inherit eutils +inherit eutils toolchain-funcs MY_P="${P/_/}" DESCRIPTION="Generates patchset information from a CVS repository" @@ -24,6 +24,10 @@ epatch "${FILESDIR}"/${P}-build.patch } +src_compile() { + emake CC="$(tc-getCC)" || die "emake failed" +} + src_install() { dobin cvsps || die doman cvsps.1