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

Collapse All | Expand All

(-)jokey/app-emulation/virtualbox-modules/virtualbox-modules-3.1.2.ebuild (+8 lines)
Lines 33-38 Link Here
33
	enewgroup vboxusers
33
	enewgroup vboxusers
34
}
34
}
35
35
36
src_unpack() {
37
        unpack ${A}
38
        cd "${S}"
39
	if kernel_is -ge 2 6 33 ; then
40
		epatch "${FILESDIR}"/3.1.2-for-2.6.33.patch
41
	fi
42
}
43
36
src_install() {
44
src_install() {
37
	linux-mod_src_install
45
	linux-mod_src_install
38
46

Return to bug 297424