dlan 15/03/03 08:07:52 Modified: lxrandr-0.1.2.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.8 lxde-base/lxrandr/lxrandr-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild?r1=1.7&r2=1.8 Index: lxrandr-0.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lxrandr-0.1.2.ebuild 23 Feb 2013 02:34:07 -0000 1.7 +++ lxrandr-0.1.2.ebuild 3 Mar 2015 08:07:52 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild,v 1.7 2013/02/23 02:34:07 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.2.ebuild,v 1.8 2015/03/03 08:07:52 dlan Exp $ EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" SLOT="0" IUSE="" 1.21 lxde-base/lxrandr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxrandr/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 23 Feb 2013 02:34:07 -0000 1.20 +++ ChangeLog 3 Mar 2015 08:07:52 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxrandr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.20 2013/02/23 02:34:07 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.21 2015/03/03 08:07:52 dlan Exp $ + + 03 Mar 2015; Yixun Lan <d...@gentoo.org> lxrandr-0.1.2.ebuild: + add arm64 support, tested on A53 board 23 Feb 2013; Zac Medico <zmed...@gentoo.org> lxrandr-0.1.2.ebuild: Add ~arm-linux and ~x86-linux keywords.