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

Collapse All | Expand All

(-)virtualbox-modules-1.6.6-r2.ebuild (-1 / +1 lines)
Lines 31-37 Link Here
31
src_unpack() {
31
src_unpack() {
32
	unpack ${A}
32
	unpack ${A}
33
	cd "${S}"
33
	cd "${S}"
34
	if kernel_is 2 6 27 ; then
34
	if kernel_is ge 2 6 27 ; then
35
		epatch "${FILESDIR}"/${P}_2.6.27.patch
35
		epatch "${FILESDIR}"/${P}_2.6.27.patch
36
	fi
36
	fi
37
}
37
}

Return to bug 245624