diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:05:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-08 05:05:21 +0000 |
commit | 727f287cdbb8c855461bee6fb15f3da3a14809d0 (patch) | |
tree | e1230998e6a637a34c4ecb97b25bbf9e73efc695 /x11-drivers | |
parent | Stable for x86, wrt bug #475480 (diff) | |
download | gentoo-2-727f287cdbb8c855461bee6fb15f3da3a14809d0.tar.gz gentoo-2-727f287cdbb8c855461bee6fb15f3da3a14809d0.tar.bz2 gentoo-2-727f287cdbb8c855461bee6fb15f3da3a14809d0.zip |
Stable for x86, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-keyboard/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index af7d6119ca15..1caa0fd23e3a 100644 --- a/x11-drivers/xf86-input-keyboard/ChangeLog +++ b/x11-drivers/xf86-input-keyboard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-keyboard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.120 2013/10/07 04:57:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.121 2013/10/08 05:05:21 ago Exp $ + + 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> + xf86-input-keyboard-1.7.0.ebuild: + Stable for x86, wrt bug #475480 07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-input-keyboard-1.7.0.ebuild: diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild index 3219a76e9cfb..5458b3cbf0aa 100644 --- a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild,v 1.9 2013/10/07 04:57:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.7.0.ebuild,v 1.10 2013/10/08 05:05:21 ago Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="Keyboard input driver" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6.3" |