--- geresh-0.4.1.ebuild 2007-05-11 21:05:25.000000000 +0200 +++ geresh-0.4.1.ebuild 2008-05-07 16:15:13.000000000 +0200 @@ -8,27 +8,22 @@ HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/" SRC_URI="http://www.typo.co.il/~mooffie/geresh/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~ppc ~x86" IUSE="spell" DEPEND="virtual/libiconv - dev-libs/fribidi - sys-libs/ncurses - spell? ( virtual/aspell-dict ) - " + dev-libs/fribidi + sys-libs/ncurses + spell? ( virtual/aspell-dict )" src_unpack() { unpack ${A} cd "${S}" - - # Bug #149758 - epatch "${FILESDIR}"/${P}-gcc4.patch - # GCC 4.3 header fix - epatch "${FILESDIR}"/${P}-gcc43.patch + epatch "${FILESDIR}"/${P}-gcc4.y.patch } src_install() { emake DESTDIR="${D}" install || die }