dlan 15/03/03 06:43:31 Modified: tinyxml-2.6.2-r2.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.7 dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?r1=1.6&r2=1.7 Index: tinyxml-2.6.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tinyxml-2.6.2-r2.ebuild 29 Jul 2012 16:09:01 -0000 1.6 +++ tinyxml-2.6.2-r2.ebuild 3 Mar 2015 06:43:31 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v 1.6 2012/07/29 16:09:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v 1.7 2015/03/03 06:43:31 dlan Exp $ EAPI=4 inherit flag-o-matic toolchain-funcs eutils multilib @@ -11,7 +11,7 @@ LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos" IUSE="debug doc static-libs +stl" RDEPEND="" 1.26 dev-libs/tinyxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 29 Jul 2012 16:09:01 -0000 1.25 +++ ChangeLog 3 Mar 2015 06:43:31 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/tinyxml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.25 2012/07/29 16:09:01 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.26 2015/03/03 06:43:31 dlan Exp $ + + 02 Mar 2015; Yixun Lan <[email protected]> tinyxml-2.6.2-r2.ebuild: + add arm64 support, tested on A53 board 29 Jul 2012; Raúl Porcel <[email protected]> tinyxml-2.6.2-r2.ebuild: sparc stable wrt #398285
