diff options
author | Matt Turner <mattst88@gmail.com> | 2014-01-02 14:07:42 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-01-02 14:07:42 -0800 |
commit | a3826b69c60a1b8eb27252c5c2865ced78c6c7f6 (patch) | |
tree | adf5092a86b9b2885d53ea87ccd2817267727eaf /x11-drivers | |
parent | x11-drivers/xf86-input-evdev: Check for INPUT_EVDEV. (diff) | |
download | x11-a3826b69c60a1b8eb27252c5c2865ced78c6c7f6.tar.gz x11-a3826b69c60a1b8eb27252c5c2865ced78c6c7f6.tar.bz2 x11-a3826b69c60a1b8eb27252c5c2865ced78c6c7f6.zip |
x11-drivers/xf86-input-evdev: Make INPUT_EVDEV dependency non-fatal
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild index ff7a5fe1..0acb8f93 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} pkg_pretend() { if use kernel_linux ; then - CONFIG_CHECK="INPUT_EVDEV" + CONFIG_CHECK="~INPUT_EVDEV" fi check_extra_config } |