dlan 15/03/03 08:10:57 Modified: ChangeLog lxtask-0.1.5.ebuild 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.36 lxde-base/lxtask/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 28 Feb 2015 17:43:57 -0000 1.35 +++ ChangeLog 3 Mar 2015 08:10:57 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxtask # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.35 2015/02/28 17:43:57 nullishzero Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.36 2015/03/03 08:10:57 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> lxtask-0.1.5.ebuild: + add arm64 support, tested on A53 board *lxtask-0.1.6 (28 Feb 2015) 1.2 lxde-base/lxtask/lxtask-0.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild?r1=1.1&r2=1.2 Index: lxtask-0.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxtask-0.1.5.ebuild 17 Sep 2014 03:50:20 -0000 1.1 +++ lxtask-0.1.5.ebuild 3 Mar 2015 08:10:57 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 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/lxtask/lxtask-0.1.5.ebuild,v 1.1 2014/09/17 03:50:20 nullishzero Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.5.ebuild,v 1.2 2015/03/03 08:10:57 dlan Exp $ EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" SLOT="0" IUSE=""
