diff options
author | Raúl Porcel <armin76@gentoo.org> | 2013-01-01 18:54:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2013-01-01 18:54:36 +0000 |
commit | 218a181aea6f3eb9c970df63e7f7c60fc1d59560 (patch) | |
tree | e587ac78616029cddb46d53ac03510db8f75f39b /x11-drivers/xf86-input-keyboard | |
parent | sh stable wrt #440872 (diff) | |
download | gentoo-2-218a181aea6f3eb9c970df63e7f7c60fc1d59560.tar.gz gentoo-2-218a181aea6f3eb9c970df63e7f7c60fc1d59560.tar.bz2 gentoo-2-218a181aea6f3eb9c970df63e7f7c60fc1d59560.zip |
sh stable wrt #440872
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'x11-drivers/xf86-input-keyboard')
-rw-r--r-- | x11-drivers/xf86-input-keyboard/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index 7b4a31b86234..ec93169da9f1 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.108 2012/12/30 14:45:31 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.109 2013/01/01 18:54:36 armin76 Exp $ + + 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> + xf86-input-keyboard-1.6.2.ebuild: + sh stable wrt #440872 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-keyboard-1.6.2.ebuild: diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild index 0d923b2f3fe4..1660c6d6a45b 100644 --- a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.6.2.ebuild,v 1.9 2012/12/30 14:45:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.6.2.ebuild,v 1.10 2013/01/01 18:54:36 armin76 Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="Keyboard input driver" -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.6.3" |