Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220783 | Differences between
and this patch

Collapse All | Expand All

(-)coolkey-1.1.0-r1.ebuild.old (-2 / +3 lines)
Lines 18-35 Link Here
18
	dev-util/pkgconfig"
18
	dev-util/pkgconfig"
19
19
20
src_unpack() {
20
src_unpack() {
21
	unpack ${A}
21
	unpack ${A}
22
	cd "${S}"
22
	cd "${S}"
23
	epatch "${FILESDIR}/${P}-cache-move.patch"
23
	epatch	"${FILESDIR}/${P}-cache-move.patch" \
24
		"${FILESDIR}/${P}-gcc43.patch"
24
}
25
}
25
26
26
src_compile() {
27
src_compile() {
27
	econf $(use_enable debug) || die "configure failed"
28
	econf $(use_enable debug) || die "configure failed"
28
	emake || die "make failed"
29
	emake || die "make failed"
29
}
30
}
30
31
31
src_install() {
32
src_install() {
32
	emake install DESTDIR="${D}" || die
33
	emake -j1 install DESTDIR="${D}" || die #Needs -j1.
33
	diropts -m 1777
34
	diropts -m 1777
34
	keepdir /var/cache/coolkey
35
	keepdir /var/cache/coolkey
35
}
36
}

Return to bug 220783