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

(-)/usr/portage/media-plugins/coriander/coriander-1.0.0_pre3.ebuild (-2 / +3 lines)
Lines 8-14 Link Here
8
SRC_URI="mirror://sourceforge/${PN}/coriander-1.0.0-pre3.tar.gz"
8
SRC_URI="mirror://sourceforge/${PN}/coriander-1.0.0-pre3.tar.gz"
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="ppc"
11
KEYWORDS="ppc ~x86"
12
IUSE=""
12
IUSE=""
13
13
14
S=${WORKDIR}/coriander-1.0.0-pre3/
14
S=${WORKDIR}/coriander-1.0.0-pre3/
Lines 23-28 Link Here
23
}
23
}
24
24
25
src_install() {
25
src_install() {
26
	einstall || die
26
#	einstall || die
27
	make install DESTDIR=${D} || die
27
	dodoc NEWS README AUTHORS
28
	dodoc NEWS README AUTHORS
28
}
29
}

Return to bug 61087