Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64636
Collapse All | Expand All

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

Return to bug 64636