diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-12 18:57:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-12 18:57:01 +0000 |
commit | af5762a33b5f9f69ebde07aa458a0012a46a1586 (patch) | |
tree | 0a216f8df9ed6663cd371a491bc0e49b7c0dfdbb /x11-drivers/xf86-input-void | |
parent | clean up (diff) | |
download | gentoo-2-af5762a33b5f9f69ebde07aa458a0012a46a1586.tar.gz gentoo-2-af5762a33b5f9f69ebde07aa458a0012a46a1586.tar.bz2 gentoo-2-af5762a33b5f9f69ebde07aa458a0012a46a1586.zip |
alpha/ia64/sh/sparc stable wrt #344827
(Portage version: 2.1.9.25/cvs/Linux ia64)
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r-- | x11-drivers/xf86-input-void/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index 91649aa207fe..95c2df2ff900 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-void -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.61 2010/12/31 20:24:59 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.62 2011/02/12 18:57:01 armin76 Exp $ + + 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-input-void-1.3.1.ebuild: + alpha/ia64/sh/sparc stable wrt #344827 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xf86-input-void-1.3.1.ebuild: Stable for HPPA (bug #344827). diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild index 4cf2ec43ba5c..6f9e93c34fd0 100644 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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-void/xf86-input-void-1.3.1.ebuild,v 1.6 2010/12/31 20:24:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild,v 1.7 2011/02/12 18:57:01 armin76 Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="null input driver" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-base/xorg-server" |