--- nvu-0.50.ebuild 2004-11-27 23:07:43.000000000 +0800 +++ nvu-0.60.ebuild 2004-12-07 00:00:06.235761416 +0800 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/nvu-0.50.ebuild,v 1.8 2004/11/27 14:51:05 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nvu/nvu-0.60.ebuild,v 1.8 2004/11/27 14:51:05 chriswhite Exp $ inherit eutils mozilla flag-o-matic @@ -10,7 +10,7 @@ LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~x86" IUSE="" DEPEND="sys-apps/gawk dev-lang/perl @@ -26,7 +26,7 @@ # Fix those darn directories! Make something more "standard" # That can extend to future versions with much more ease. - Chris - epatch ${FILESDIR}/${P}-dir.patch + epatch ${FILESDIR}/nvu-0.50-dir.patch # The build system is a weeee bit sensitive to naughty -O flags. # filter them out and let the build system figure out what @@ -39,7 +39,7 @@ src_install() { # patch the final nvu binary to workaround bug #67658 - epatch ${FILESDIR}/${P}-nvu.patch + epatch ${FILESDIR}/nvu-0.50-nvu.patch make -f client.mk DESTDIR=${D} install || die