diff options
author | 2010-12-29 22:35:10 +0000 | |
---|---|---|
committer | 2010-12-29 22:35:10 +0000 | |
commit | 4a0cd1dc66e2d82f2e9804cb820790f1992656c0 (patch) | |
tree | c5ffbb252fe3b19c36537735db266739ab607cae /x11-drivers/xf86-input-evdev | |
parent | arm stable, bug #344827 (diff) | |
download | gentoo-2-4a0cd1dc66e2d82f2e9804cb820790f1992656c0.tar.gz gentoo-2-4a0cd1dc66e2d82f2e9804cb820790f1992656c0.tar.bz2 gentoo-2-4a0cd1dc66e2d82f2e9804cb820790f1992656c0.zip |
arm stable, bug #344827
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r-- | x11-drivers/xf86-input-evdev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 8585c9f0f9f0..9a0aa266776b 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.158 2010/12/25 20:16:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.159 2010/12/29 22:35:10 maekke Exp $ + + 29 Dec 2010; Markus Meier <maekke@gentoo.org> xf86-input-evdev-2.5.0.ebuild: + arm stable, bug #344827 25 Dec 2010; Christian Faulhammer <fauli@gentoo.org> xf86-input-evdev-2.5.0.ebuild: diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild index e04e7786f0bd..8213de680c2c 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild @@ -1,12 +1,12 @@ # 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-evdev/xf86-input-evdev-2.5.0.ebuild,v 1.4 2010/12/25 20:16:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.5.0.ebuild,v 1.5 2010/12/29 22:35:10 maekke Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="Generic Linux input driver" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6.3" |