--- x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.1.ebuild 2009-12-15 06:34:49.000000000 -0500 +++ x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.1.ebuild 2009-12-24 10:22:40.107171444 -0500 @@ -32,15 +32,14 @@ src_install() { pkg_postinst() { x-modular_pkg_postinst # Just a friendly warning - if linux_config_exists; then - if ! linux_chkconfig_present INPUT_EVDEV; then - echo - ewarn "This driver requires event interface support in your kernel" - ewarn " Device Drivers --->" - ewarn " Input device support --->" - ewarn " <*> Event interface" - echo - fi + if ! linux_config_exists \ + || ! linux_chkconfig_present INPUT_EVDEV; then + echo + ewarn "This driver requires event interface support in your kernel" + ewarn " Device Drivers --->" + ewarn " Input device support --->" + ewarn " <*> Event interface" + echo fi if use hal ; then elog "If you want to modify Synaptics settings, please create an fdi file in:"