View | Details | Raw Unified
Collapse All | Expand All

(-) acpi4asus-0.40-r1.ebuild (-3 / +3 lines)
 Lines 14-19    Link Here 
MODULE_NAMES="asus-laptop(acpi:${S}/driver)"
MODULE_NAMES="asus-laptop(acpi:${S}/driver)"
BUILD_TARGETS=" "
BUILD_TARGETS=" "
RDEPEND="sys-power/acpid"
RDEPEND="sys-power/acpid"
CONFIG_CHECK="LEDS_CLASS"
pkg_setup() {
pkg_setup() {
	linux-mod_pkg_setup
	linux-mod_pkg_setup
 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
}
}