From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B404D59CAF for ; Thu, 7 Apr 2016 18:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4083E21C02E; Thu, 7 Apr 2016 18:26:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E49BD21C02E for ; Thu, 7 Apr 2016 18:26:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F039D340B19 for ; Thu, 7 Apr 2016 18:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE8E7E for ; Thu, 7 Apr 2016 18:26:21 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1460053566.29d00baa21462a08ced7c5761c77974c7f43122c.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild X-VCS-Directories: x11-drivers/xf86-input-libinput/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 29d00baa21462a08ced7c5761c77974c7f43122c X-VCS-Branch: master Date: Thu, 7 Apr 2016 18:26:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5193162-fb4f-4fe3-bab4-03b8281f2fd4 X-Archives-Hash: 0001c93393bd89c3a70d787b8be26a95 commit: 29d00baa21462a08ced7c5761c77974c7f43122c Author: Manuel Rüger gentoo org> AuthorDate: Thu Apr 7 18:26:06 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Apr 7 18:26:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d00baa x11-drivers/xf86-input-libinput: Version bump to 0.18.0 Package-Manager: portage-2.2.28 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.18.0.ebuild | 5 ----- 1 file changed, 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 b392011..f87e480 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 -}