--- easyedit-1.4.6.ebuild.orig 2008-10-05 19:20:43.000000000 +0200 +++ easyedit-1.4.6.ebuild 2008-10-05 19:25:02.000000000 +0200 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.19 2008/01/26 15:48:14 grobian Exp $ +inherit eutils + IUSE="" MY_P=ee-${PV} @@ -16,6 +18,13 @@ DEPEND=">=sys-libs/ncurses-5.0" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${P}-create.make.patch +} + src_compile() { emake -j1 || die