View | Details | Raw Unified
Collapse All | Expand All

(-) grip-3.2.0.ebuild.old (-1 / +4 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# 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 $
# $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."
DESCRIPTION="GTK+ based Audio CD Player/Ripper."
HOMEPAGE="http://www.nostatic.org/grip"
HOMEPAGE="http://www.nostatic.org/grip"
SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
 Lines 23-31    Link Here 
IUSE="nls oggvorbis"
IUSE="nls oggvorbis"
SLOT="0"
SLOT="0"
KEYWORDS="x86 ~ppc alpha amd64 ~hppa sparc"
KEYWORDS="x86 ~ppc alpha amd64 ~hppa sparc ppc64"
src_compile() {
src_compile() {
	use ppc64 && gnuconfig_update
	econf --disable-dependency-tracking `use_enable nls` || die
	econf --disable-dependency-tracking `use_enable nls` || die
	emake || die "emake failed"
	emake || die "emake failed"
}
}