diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-01-29 18:27:24 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-29 09:32:03 -0800 |
commit | 48aa099413299a996cfd797b1bd35d727b1be7be (patch) | |
tree | b0d0987423eedc5e0b268312578c473bcca721a7 /x11-drivers | |
parent | x11-libs/libXpm: Drop vulnerable versions. (diff) | |
download | gentoo-48aa099413299a996cfd797b1bd35d727b1be7be.tar.gz gentoo-48aa099413299a996cfd797b1bd35d727b1be7be.tar.bz2 gentoo-48aa099413299a996cfd797b1bd35d727b1be7be.zip |
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
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" |