diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-07 20:26:06 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-07 20:26:06 +0200 |
commit | 29d00baa21462a08ced7c5761c77974c7f43122c (patch) | |
tree | 3bf89a4487e051ea12145e173dd03024660adc30 /x11-drivers/xf86-input-libinput | |
parent | x11-drivers/xf86-video-ati: Remove old (diff) | |
download | gentoo-29d00baa21462a08ced7c5761c77974c7f43122c.tar.gz gentoo-29d00baa21462a08ced7c5761c77974c7f43122c.tar.bz2 gentoo-29d00baa21462a08ced7c5761c77974c7f43122c.zip |
x11-drivers/xf86-input-libinput: Version bump to 0.18.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-drivers/xf86-input-libinput')
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild index b392011ea96d..f87e480f668b 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild @@ -15,8 +15,3 @@ RDEPEND=">=dev-libs/libinput-1.2.0:0=" DEPEND="${RDEPEND}" DOCS=( "README.md" "conf/90-libinput.conf" ) - -src_prepare() { - PATCHES=( "${FILESDIR}"/${PN}-0.14.0-xf86_include.patch ) - xorg-2_src_prepare -} |