--- ccache-2.4-r1.ebuild 2006-03-31 16:53:34.000000000 -0800 +++ ccache-2.4-r2.ebuild 2006-06-09 16:38:47.000000000 -0700 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r1.ebuild,v 1.2 2006/03/31 21:12:40 flameeyes Exp $ -inherit eutils +inherit eutils autotools DESCRIPTION="fast compiler cache" HOMEPAGE="http://ccache.samba.org/" @@ -20,6 +20,8 @@ unpack ${A} cd ${S} epatch ${FILESDIR}/ccache-2.4-respectflags.patch + epatch ${FILESDIR}/ccache-2.4-utimes.patch + eautoconf } src_install() {