diff options
Diffstat (limited to 'x11-drivers')
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild index 9bccbb585f5e..e8df439873b1 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,4 +14,4 @@ IUSE="" RDEPEND=">=dev-libs/libinput-0.21.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/99-libinput.conf" ) +DOCS=( "README.md" ) diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild index a7df8dc1791c..811e273bb867 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/libinput-1.2.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/60-libinput.conf" ) +DOCS=( "README.md" ) pkg_pretend() { CONFIG_CHECK="~TIMERFD" diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild index 0c8c82049148..9610354dc240 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ IUSE="" RDEPEND=">=dev-libs/libinput-1.5.0:0=" DEPEND="${RDEPEND}" -DOCS=( "README.md" "conf/40-libinput.conf" ) +DOCS=( "README.md" ) pkg_pretend() { CONFIG_CHECK="~TIMERFD" |