--- /usr/portage/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.1.ebuild 2016-01-28 23:59:09.000000000 -0500 +++ /usr/local/portage/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.8.1.ebuild 2016-02-05 06:04:11.000000000 -0500 @@ -12,3 +12,8 @@ RDEPEND=">=x11-base/xorg-server-1.6.3" DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( --disable-selective-werror ) + xorg-2_src_configure +}