diff options
author | 2012-12-28 17:37:07 +0000 | |
---|---|---|
committer | 2012-12-28 17:37:07 +0000 | |
commit | 2f954e990f71cecfcc5b0ab9c422eb8bcef92d51 (patch) | |
tree | 689c9259c6fe50d1333efaccc9a5078d81e9e047 /x11-drivers/xf86-input-mouse | |
parent | Stable for sparc, wrt bug #440872 (diff) | |
download | gentoo-2-2f954e990f71cecfcc5b0ab9c422eb8bcef92d51.tar.gz gentoo-2-2f954e990f71cecfcc5b0ab9c422eb8bcef92d51.tar.bz2 gentoo-2-2f954e990f71cecfcc5b0ab9c422eb8bcef92d51.zip |
Stable for sparc, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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.8.1.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 7018f9d8d812..7e442d23d854 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.131 2012/12/28 11:07:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.132 2012/12/28 17:37:07 ago Exp $ + + 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-mouse-1.8.1.ebuild: + Stable for sparc, wrt bug #440872 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-mouse-1.8.1.ebuild: Stable for ia64, wrt bug #440872 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild index a221fbeee7d3..6addf456f6e1 100644 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 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.8.1.ebuild,v 1.8 2012/12/28 11:07:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild,v 1.9 2012/12/28 17:37:07 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org driver for mouse input devices" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.7" |