diff options
author | 2010-12-29 22:36:25 +0000 | |
---|---|---|
committer | 2010-12-29 22:36:25 +0000 | |
commit | 856f41f607e2f9b672c070a73e11274edd90cd4e (patch) | |
tree | 29c7da23cd5f5dca81440590672a5550bcc78db0 /x11-drivers/xf86-input-mouse | |
parent | arm stable, bug #344827 (diff) | |
download | gentoo-2-856f41f607e2f9b672c070a73e11274edd90cd4e.tar.gz gentoo-2-856f41f607e2f9b672c070a73e11274edd90cd4e.tar.bz2 gentoo-2-856f41f607e2f9b672c070a73e11274edd90cd4e.zip |
arm stable, bug #344827
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index c435d5337a34..57c47c1b9277 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.94 2010/12/25 20:16:54 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.95 2010/12/29 22:36:25 maekke Exp $ + + 29 Dec 2010; Markus Meier <maekke@gentoo.org> xf86-input-mouse-1.6.0.ebuild: + arm stable, bug #344827 25 Dec 2010; Christian Faulhammer <fauli@gentoo.org> xf86-input-mouse-1.6.0.ebuild: diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild index cd524c85d972..f61ef5547480 100644 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild @@ -1,13 +1,13 @@ # 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-mouse/xf86-input-mouse-1.6.0.ebuild,v 1.4 2010/12/25 20:16:54 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.6.0.ebuild,v 1.5 2010/12/29 22:36:25 maekke Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="X.Org driver for mouse input devices" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.5.99.901" |