From e5e8e4ca4ef443f329ecc423492de5306a8e9be7 Mon Sep 17 00:00:00 2001 From: René Nussbaumer Date: Fri, 11 Jan 2008 22:12:11 +0000 Subject: Adding description of the newly added patch in the commit before (Portage version: 2.1.3.19) --- x11-drivers/synaptics/ChangeLog | 6 +++++- x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'x11-drivers/synaptics') diff --git a/x11-drivers/synaptics/ChangeLog b/x11-drivers/synaptics/ChangeLog index 86438b8f7055..ba5b636d7532 100644 --- a/x11-drivers/synaptics/ChangeLog +++ b/x11-drivers/synaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/synaptics # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/ChangeLog,v 1.30 2008/01/11 19:57:47 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/ChangeLog,v 1.31 2008/01/11 22:12:11 killerfox Exp $ + + 11 Jan 2008; René Nussbaumer + synaptics-0.14.6-r1.ebuild: + Adding description of the newly added patch in the commit before *synaptics-0.14.6-r1 (11 Jan 2008) diff --git a/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild b/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild index 27b51d747a7b..33a76c2a56ef 100644 --- a/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild +++ b/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild,v 1.1 2008/01/11 19:57:47 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/synaptics-0.14.6-r1.ebuild,v 1.2 2008/01/11 22:12:11 killerfox Exp $ inherit toolchain-funcs eutils @@ -27,7 +27,11 @@ src_unpack() { -e "s:CC = gcc:CC = $(tc-getCC):g" \ -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" \ "${S}"/Makefile + + # Fix grabbing of event devices so it will not stop working together with + # packages which grab their devices at their own like sys-apps/inputd does. epatch "${FILESDIR}"/synaptics-fixeventgrab.diff + epatch "${FILESDIR}"/synaptics_input_api.diff } -- cgit v1.2.3-65-gdbad