diff -ru a/fuzz-0.6.ebuild b/fuzz-0.6.ebuild --- a/fuzz-0.6.ebuild 2009-04-05 03:08:24.000000000 -0500 +++ b/fuzz-0.6.ebuild 2009-06-09 22:31:46.000000000 -0500 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/fuzz/fuzz-0.6.ebuild,v 1.2 2007/11/27 07:06:54 mr_bones_ Exp $ -inherit eutils +inherit autotools eutils DESCRIPTION="Stress-tests programs by giving them random input." HOMEPAGE="http://fuzz.sourceforge.net/" @@ -23,6 +23,7 @@ unpack ${P}.tar.gz cd "${S}" epatch "${DISTDIR}"/${DEB_P}-${DEB_PR}.diff.gz + eautoconf } src_install() {