diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-25 11:55:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-25 11:55:41 +0000 |
commit | d7ebaa304bb9c5dd2f0560b73b0f8a80d348c287 (patch) | |
tree | 3d1f673d03d06cb1e347211de9baee51c12b52c9 | |
parent | ppc stable, bug #553500 (diff) | |
download | gentoo-2-d7ebaa304bb9c5dd2f0560b73b0f8a80d348c287.tar.gz gentoo-2-d7ebaa304bb9c5dd2f0560b73b0f8a80d348c287.tar.bz2 gentoo-2-d7ebaa304bb9c5dd2f0560b73b0f8a80d348c287.zip |
ppc stable, bug #553500
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | x11-drivers/xf86-input-libinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-libinput/ChangeLog b/x11-drivers/xf86-input-libinput/ChangeLog index fec6e4f717cb..684900e3deb7 100644 --- a/x11-drivers/xf86-input-libinput/ChangeLog +++ b/x11-drivers/xf86-input-libinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-libinput # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.13 2015/07/19 12:28:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.14 2015/07/25 11:55:41 pacho Exp $ + + 25 Jul 2015; Pacho Ramos <pacho@gentoo.org> xf86-input-libinput-0.6.0.ebuild: + ppc stable, bug #553500 19 Jul 2015; Tobias Klausmann <klausman@gentoo.org> xf86-input-libinput-0.6.0.ebuild: diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild index 94c0a428f3f1..0e07dba0bb60 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v 1.10 2015/07/19 12:28:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v 1.11 2015/07/25 11:55:41 pacho Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X.org input driver based on libinput" -KEYWORDS="alpha amd64 arm hppa ~ppc ppc64 x86" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86" IUSE="" RDEPEND=">=dev-libs/libinput-0.8.0:0=" |