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

Collapse All | Expand All

(-)nvidia-drivers-190.53-r1.ebuild.old (+7 lines)
Lines 236-241 Link Here
236
	else
236
	else
237
		unpack ${A}
237
		unpack ${A}
238
	fi
238
	fi
239
240
	# The kernel headers changed in 2.6.33, so if we are compiling for 2.6.33
241
	# we need to make the headers match so things compile properly.
242
	if use kernel_linux && kernel_is gt 2 6 32; then
243
		epatch "${FILESDIR}"/nvidia-190.53-2.6.33.patch
244
	fi
245
239
}
246
}
240
247
241
src_prepare() {
248
src_prepare() {

Return to bug 301318