View | Details | Raw Unified
Collapse All | Expand All

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