diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-14 09:28:59 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-14 09:28:59 +0000 |
commit | 1beeccc66838196918fc4db6bf57c2a732751456 (patch) | |
tree | 24e9a5deadfb0712e992f539d0d3302453469de4 /x11-drivers | |
parent | Stable on amd64 wrt bug #328159 (diff) | |
download | gentoo-2-1beeccc66838196918fc4db6bf57c2a732751456.tar.gz gentoo-2-1beeccc66838196918fc4db6bf57c2a732751456.tar.bz2 gentoo-2-1beeccc66838196918fc4db6bf57c2a732751456.zip |
silently apply ABI patch to xf86-input-fpit-1.3.0 waiting to get 1.3.0-r1 stabilized
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-fpit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-fpit/ChangeLog b/x11-drivers/xf86-input-fpit/ChangeLog index d88d646c4566..2256061e3b03 100644 --- a/x11-drivers/xf86-input-fpit/ChangeLog +++ b/x11-drivers/xf86-input-fpit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-input-fpit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.58 2010/07/08 12:32:27 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/ChangeLog,v 1.59 2010/07/14 09:28:59 lxnay Exp $ + + 14 Jul 2010; Fabio Erculiani <lxnay@gentoo.org> + xf86-input-fpit-1.3.0.ebuild: + silently apply ABI patch to xf86-input-fpit-1.3.0 waiting to get 1.3.0-r1 + stabilized *xf86-input-fpit-1.3.0-r1 (08 Jul 2010) diff --git a/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild index 770cfa3c0085..5a8a9447a3cf 100644 --- a/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild +++ b/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild,v 1.10 2009/12/15 19:25:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-fpit/xf86-input-fpit-1.3.0.ebuild,v 1.11 2010/07/14 09:28:59 lxnay Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -17,3 +17,5 @@ DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/randrproto x11-proto/xproto" + +PATCHES=( "${FILESDIR}/${P}-abi.patch" ) |