dlan 15/03/03 12:59:33 Modified: ChangeLog exo-0.10.2-r1.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.111 xfce-base/exo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.111&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.111&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.110&r2=1.111 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- ChangeLog 18 Jul 2014 20:02:27 -0000 1.110 +++ ChangeLog 3 Mar 2015 12:59:33 -0000 1.111 @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/exo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.110 2014/07/18 20:02:27 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.111 2015/03/03 12:59:33 dlan Exp $ + + 03 Mar 2015; Yixun Lan <[email protected]> exo-0.10.2-r1.ebuild: + add arm64 support, tested on A53 board 18 Jul 2014; Samuli Suominen <[email protected]> -exo-0.10.2.ebuild: old 1.10 xfce-base/exo/exo-0.10.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild?r1=1.9&r2=1.10 Index: exo-0.10.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- exo-0.10.2-r1.ebuild 18 Jul 2014 19:56:07 -0000 1.9 +++ exo-0.10.2-r1.ebuild 3 Mar 2015 12:59:33 -0000 1.10 @@ -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/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.9 2014/07/18 19:56:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.10.2-r1.ebuild,v 1.10 2015/03/03 12:59:33 dlan Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="debug" RDEPEND=">=dev-lang/perl-5.6
