diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-15 21:22:41 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-15 21:22:41 +0000 |
commit | c5c84235e2e2f7c0dc0db8313e9461feec06ef3a (patch) | |
tree | 37ccb37e3b74187e63d7200b2edfb8ba655b48e2 /x11-drivers/xf86-input-mouse | |
parent | Version bump (diff) | |
download | historical-c5c84235e2e2f7c0dc0db8313e9461feec06ef3a.tar.gz historical-c5c84235e2e2f7c0dc0db8313e9461feec06ef3a.tar.bz2 historical-c5c84235e2e2f7c0dc0db8313e9461feec06ef3a.zip |
ppc/ppc64 stable wrt #359059
Package-Manager: portage-2.2.0_alpha27/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 6656059af3d4..0466b77f9111 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.99 2011/03/10 10:42:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.100 2011/03/15 21:21:43 xarthisius Exp $ + + 15 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + xf86-input-mouse-1.7.0.ebuild: + ppc/ppc64 stable wrt #359059 *xf86-input-mouse-1.7.0 (10 Mar 2011) diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild index 3e10e9813b87..c374aa834aeb 100644 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 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.7.0.ebuild,v 1.1 2011/03/10 10:42:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.7.0.ebuild,v 1.2 2011/03/15 21:21:43 xarthisius 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 ~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" |