diff options
-rw-r--r-- | x11-drivers/xf86-input-libinput/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-libinput/ChangeLog b/x11-drivers/xf86-input-libinput/ChangeLog index f50c46af4c14..fbb8c0df3c08 100644 --- a/x11-drivers/xf86-input-libinput/ChangeLog +++ b/x11-drivers/xf86-input-libinput/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2015/07/11 07:02:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.11 2015/07/12 09:24:25 jer Exp $ + + 12 Jul 2015; Jeroen Roovers <jer@gentoo.org> + xf86-input-libinput-0.6.0.ebuild: + Stable for PPC64 (bug #553500). 11 Jul 2015; Markus Meier <maekke@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 1ce7e1994ef5..e5489d381cd7 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.8 2015/07/11 07:02:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.6.0.ebuild,v 1.9 2015/07/12 09:24:25 jer Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="X.org input driver based on libinput" -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ~ppc ppc64 x86" IUSE="" RDEPEND=">=dev-libs/libinput-0.8.0:0=" |