diff options
author | Markus Meier <maekke@gentoo.org> | 2008-08-23 22:16:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-08-23 22:16:38 +0000 |
commit | 90c017549a9b1e10e629cdbf0306eb84d6e6ea4d (patch) | |
tree | bf4aab487235a85bac70fffea2fcbfc6c31ebc60 /x11-drivers/xf86-input-synaptics | |
parent | Update the LDAP patches, also mailed to upstream. (diff) | |
download | gentoo-2-90c017549a9b1e10e629cdbf0306eb84d6e6ea4d.tar.gz gentoo-2-90c017549a9b1e10e629cdbf0306eb84d6e6ea4d.tar.bz2 gentoo-2-90c017549a9b1e10e629cdbf0306eb84d6e6ea4d.zip |
add ~x86, bug #235464
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
-rw-r--r-- | x11-drivers/xf86-input-synaptics/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index 2e78be3aa0ac..bdb6363b465b 100644 --- a/x11-drivers/xf86-input-synaptics/ChangeLog +++ b/x11-drivers/xf86-input-synaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-synaptics # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.4 2008/08/23 21:28:55 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.5 2008/08/23 22:16:38 maekke Exp $ + + 23 Aug 2008; Markus Meier <maekke@gentoo.org> + xf86-input-synaptics-0.15.0-r1.ebuild: + add ~x86, bug #235464 *xf86-input-synaptics-0.15.0-r1 (23 Aug 2008) diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild index 2eddf6db6866..68ca325033cb 100644 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild,v 1.1 2008/08/23 21:28:55 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.15.0-r1.ebuild,v 1.2 2008/08/23 22:16:38 maekke Exp $ inherit toolchain-funcs eutils linux-info x-modular DESCRIPTION="Driver for Synaptics touchpads" HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" LICENSE="MIT" IUSE="hal" RDEPEND="x11-libs/libXext |