commit: 48aa099413299a996cfd797b1bd35d727b1be7be Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sun Jan 29 16:27:24 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 17:32:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aa0994
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 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.14.0.ebuild | 4 ++-- x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.0.ebuild | 2 +- x11-drivers/xf86-input-libinput/xf86-input-libinput-0.23.0.ebuild | 4 ++-- 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 9bccbb5..e8df439 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 a7df8dc..811e273 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 0c8c820..9610354 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"
