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

Collapse All | Expand All

(-)spca5xx-0.50.ebuild~ (-2 / +1 lines)
Lines 31-38 Link Here
31
31
32
src_compile(){
32
src_compile(){
33
	cd ${S}
33
	cd ${S}
34
	# FIXME $ARCH confuses kernel makefile, hardcode
34
	env -u ARCH emake KERNEL_VERSION=${KV} || die
35
	emake ARCH=i386 KERNEL_VERSION=${KV} || die
36
}
35
}
37
36
38
src_install() {
37
src_install() {

Return to bug 48673