From: Harri Nieminen Date: Sun, 29 Jan 2017 16:27:24 +0000 (+0200) Subject: x11-drivers/xf86-input-libinput: Always install conf file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=48aa099413299a996cfd797b1bd35d727b1be7be;p=gentoo.git x11-drivers/xf86-input-libinput: Always install conf file. Gentoo bug: https://bugs.gentoo.org/571474 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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"