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

(-)easytag-0.31-r2.ebuild.old (-2 / +3 lines)
Lines 2-8 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/easytag/easytag-0.31-r2.ebuild,v 1.1 2004/07/13 14:50:35 dsd Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-0.31-r2.ebuild,v 1.1 2004/07/13 14:50:35 dsd Exp $
4
4
5
inherit eutils
5
inherit eutils gnuconfig
6
6
7
IUSE="nls oggvorbis flac"
7
IUSE="nls oggvorbis flac"
8
8
Lines 20-26 Link Here
20
20
21
SLOT="0"
21
SLOT="0"
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
23
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
23
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ppc64"
24
24
25
S=${WORKDIR}/${MY_P}
25
S=${WORKDIR}/${MY_P}
26
26
Lines 28-33 Link Here
28
	unpack ${MY_P}.tar.bz2
28
	unpack ${MY_P}.tar.bz2
29
	cd ${S}
29
	cd ${S}
30
	epatch ${DISTDIR}/${EXTRA_PATCH}
30
	epatch ${DISTDIR}/${EXTRA_PATCH}
31
	use ppc64 && gnuconfig_update
31
}
32
}
32
33
33
src_compile() {
34
src_compile() {

Return to bug 58311