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

Collapse All | Expand All

(-)/usr/portage/dev-games/simgear/simgear-1.9.1.ebuild (+7 lines)
Lines 23-31 Link Here
23
23
24
RESTRICT="test"
24
RESTRICT="test"
25
25
26
S=${WORKDIR}/${MY_P}
26
S=${WORKDIR}/${MY_P}
27
27
28
src_unpack() {
29
	unpack ${A}
30
	cd "${S}"
31
32
	epatch "${FILESDIR}/${P}-gcc44.patch"
33
}
34
28
src_install() {
35
src_install() {
29
	make DESTDIR="${D}" install || die "make install failed"
36
	make DESTDIR="${D}" install || die "make install failed"
30
	dodoc NEWS AUTHORS TODO
37
	dodoc NEWS AUTHORS TODO
31
}
38
}

Return to bug 270116