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

Collapse All | Expand All

(-)acpi4asus-0.40-r1.ebuild (-3 / +2 lines)
Lines 23-31 Link Here
23
src_unpack() {
23
src_unpack() {
24
	unpack ${A}
24
	unpack ${A}
25
25
26
	if kernel_is ge 2 6 20 ; then
26
	if kernel_is ge 2 6 21 ; then
27
		die "kernel 2.6.20 and later not yet supported in this release, feel
27
		epatch ${FILESDIR}/cvs.patch
28
			free to provide a patch to change that :)"
29
	fi
28
	fi
30
}
29
}
31
30

Return to bug 177956