diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 17:54:34 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 17:55:00 +0200 |
commit | 67f5467ee5c9be400cd18f68a28ad913a29d87e8 (patch) | |
tree | 97f20c5f57c9c4344ddaabc9a5fc3fe50b5b98ff /x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild | |
parent | www-client/google-chrome-unstable: automated update (60.0.3088.3) (diff) | |
download | gentoo-67f5467ee5c9be400cd18f68a28ad913a29d87e8.tar.gz gentoo-67f5467ee5c9be400cd18f68a28ad913a29d87e8.tar.bz2 gentoo-67f5467ee5c9be400cd18f68a28ad913a29d87e8.zip |
x11-drivers/xf86-input-libinput: Version bump to 0.25.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild new file mode 100644 index 000000000000..45026aaa8f97 --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.25.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit linux-info xorg-2 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/libinput-1.5.0:0=" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" ) + +pkg_pretend() { + CONFIG_CHECK="~TIMERFD" + check_extra_config +} |