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

Collapse All | Expand All

(-)/usr/portage/app-laptop/tp_smapi/tp_smapi-0.33.ebuild (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.33.ebuild,v 1.1 2007/12/31 18:30:43 welp Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-laptop/tp_smapi/tp_smapi-0.33.ebuild,v 1.1 2007/12/31 18:30:43 welp Exp $
4
4
5
inherit linux-mod
5
inherit linux-mod linux-info
6
6
7
DESCRIPTION="IBM ThinkPad SMAPI BIOS driver"
7
DESCRIPTION="IBM ThinkPad SMAPI BIOS driver"
8
HOMEPAGE="http://tpctl.sourceforge.net/"
8
HOMEPAGE="http://tpctl.sourceforge.net/"
Lines 37-42 Link Here
37
	if use hdaps; then
37
	if use hdaps; then
38
		MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)"
38
		MODULE_NAMES="${MODULE_NAMES} hdaps(extra:)"
39
		BUILD_PARAMS="${BUILD_PARAMS} HDAPS=1"
39
		BUILD_PARAMS="${BUILD_PARAMS} HDAPS=1"
40
41
		CONFIG_CHECK="!SENSORS_HDAPS"
42
		ERROR_SENSORS_HDAPS="${P} with USE=hdaps conflicts with in-kernel HDAPS (CONFIG_SENSORS_HDAPS)"
43
		linux-info_pkg_setup
40
	fi
44
	fi
41
}
45
}
42
46

Return to bug 141565