Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310353
Collapse All | Expand All

(-)xf86-video-intel-2.10.0-r1.ebuild (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
pkg_postinst() {
41
pkg_postinst() {
42
	if linux_config_exists \
42
	if linux_config_exists \
43
		&& ! linux_chkconfig_present CONFIG_DRM_I915_KMS; then
43
		&& ! linux_chkconfig_present DRM_I915_KMS; then
44
		echo
44
		echo
45
		ewarn "This driver requires KMS support in your kernel"
45
		ewarn "This driver requires KMS support in your kernel"
46
		ewarn "  Device Drivers --->"
46
		ewarn "  Device Drivers --->"

Return to bug 310353