dlan 15/03/03 11:00:58 Modified: xf86-input-evdev-2.9.1.ebuild ChangeLog Log: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.10 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild?r1=1.9&r2=1.10 Index: xf86-input-evdev-2.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xf86-input-evdev-2.9.1.ebuild 24 Feb 2015 08:37:48 -0000 1.9 +++ xf86-input-evdev-2.9.1.ebuild 3 Mar 2015 11:00:58 -0000 1.10 @@ -1,12 +1,12 @@ # 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-evdev/xf86-input-evdev-2.9.1.ebuild,v 1.9 2015/02/24 08:37:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.9.1.ebuild,v 1.10 2015/03/03 11:00:58 dlan Exp $ EAPI=5 inherit linux-info xorg-2 DESCRIPTION="Generic Linux input driver" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="" RDEPEND=">=x11-base/xorg-server-1.12[udev] 1.237 x11-drivers/xf86-input-evdev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.237&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.237&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.236&r2=1.237 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- ChangeLog 24 Feb 2015 08:37:48 -0000 1.236 +++ ChangeLog 3 Mar 2015 11:00:58 -0000 1.237 @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.236 2015/02/24 08:37:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.237 2015/03/03 11:00:58 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> xf86-input-evdev-2.9.1.ebuild: + add arm64 support, tested on A53 board 24 Feb 2015; Agostino Sarubbo <[email protected]> xf86-input-evdev-2.9.1.ebuild: Stable for alpha, wrt bug #530652
