From 575335eca3cfe1baf70432c851a5d469104e8784 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Tue, 3 Mar 2015 06:43:31 +0000 Subject: add arm64 support, tested on A53 board (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) --- dev-libs/tinyxml/ChangeLog | 7 +++++-- dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/tinyxml/ChangeLog b/dev-libs/tinyxml/ChangeLog index d9e7162ca908..31165315dcbc 100644 --- a/dev-libs/tinyxml/ChangeLog +++ b/dev-libs/tinyxml/ChangeLog @@ -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 tinyxml-2.6.2-r2.ebuild: + add arm64 support, tested on A53 board 29 Jul 2012; Raúl Porcel tinyxml-2.6.2-r2.ebuild: sparc stable wrt #398285 diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild index fdaad4323c54..f33f5ef1e671 100644 --- a/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild +++ b/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild @@ -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 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz" 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="" -- cgit v1.2.3-65-gdbad