--- /usr/portage/sys-devel/distcc/distcc-3.1-r4.ebuild 2009-10-19 23:36:54.000000000 +0200 +++ distcc-3.1-r4.ebuild 2010-10-28 14:47:08.722289822 +0200 @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild,v 1.8 2009/10/19 21:09:13 aballier Exp $ EAPI="2" -inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs +inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs autotools DESCRIPTION="a program to distribute compilation of C code across several machines on a network" HOMEPAGE="http://distcc.org/" @@ -57,6 +57,10 @@ # Bugs #120001, #167844 and probably more. See patch for description. use hardened && epatch "${FILESDIR}/distcc-hardened.patch" + + epatch "${FILESDIR}/python-cflags.patch" + + eautomake } src_configure() {