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 / +3 lines)
Lines 14-19 Link Here
14
MODULE_NAMES="asus-laptop(acpi:${S}/driver)"
14
MODULE_NAMES="asus-laptop(acpi:${S}/driver)"
15
BUILD_TARGETS=" "
15
BUILD_TARGETS=" "
16
RDEPEND="sys-power/acpid"
16
RDEPEND="sys-power/acpid"
17
CONFIG_CHECK="LEDS_CLASS"
17
18
18
pkg_setup() {
19
pkg_setup() {
19
	linux-mod_pkg_setup
20
	linux-mod_pkg_setup
Lines 23-31 Link Here
23
src_unpack() {
24
src_unpack() {
24
	unpack ${A}
25
	unpack ${A}
25
26
26
	if kernel_is ge 2 6 20 ; then
27
	if kernel_is ge 2 6 21 ; then
27
		die "kernel 2.6.20 and later not yet supported in this release, feel
28
		epatch ${FILESDIR}/cvs.patch
28
			free to provide a patch to change that :)"
29
	fi
29
	fi
30
}
30
}
31
31

Return to bug 177956