--- grip-3.2.0.ebuild.old 2004-09-19 22:29:59.000000000 +0900 +++ grip-3.2.0.ebuild 2004-09-19 22:30:49.000000000 +0900 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.2.0.ebuild,v 1.7 2004/08/22 05:15:57 obz Exp $ +inherit gnuconfig + DESCRIPTION="GTK+ based Audio CD Player/Ripper." HOMEPAGE="http://www.nostatic.org/grip" SRC_URI="mirror://sourceforge/grip/${P}.tar.gz" @@ -23,9 +25,10 @@ IUSE="nls oggvorbis" SLOT="0" -KEYWORDS="x86 ~ppc alpha amd64 ~hppa sparc" +KEYWORDS="x86 ~ppc alpha amd64 ~hppa sparc ppc64" src_compile() { + use ppc64 && gnuconfig_update econf --disable-dependency-tracking `use_enable nls` || die emake || die "emake failed" }