--- parted-1.7.0.ebuild.orig 2006-05-21 20:42:55.000000000 +0200 +++ parted-1.7.0.ebuild 2006-05-21 20:43:00.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.0.ebuild,v 1.1 2006/05/20 12:23:02 allanonjl Exp $ -inherit eutils +inherit autotools eutils DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted" @@ -24,6 +24,8 @@ unpack ${A} cd ${S} epatch ${FILESDIR}/parted-1.7.0-pyparted.patch + epatch ${FILESDIR}/parted-1.7.0-as-needed.patch + eautoreconf } src_compile() {