summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 06:43:31 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 06:43:31 +0000
commit575335eca3cfe1baf70432c851a5d469104e8784 (patch)
treeb364d3bb82a89741bb7aec07cc737174ef27703e /dev-libs
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-575335eca3cfe1baf70432c851a5d469104e8784.tar.gz
gentoo-2-575335eca3cfe1baf70432c851a5d469104e8784.tar.bz2
gentoo-2-575335eca3cfe1baf70432c851a5d469104e8784.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/tinyxml/ChangeLog7
-rw-r--r--dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild6
2 files changed, 8 insertions, 5 deletions
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 <dlan@gentoo.org> tinyxml-2.6.2-r2.ebuild:
+ add arm64 support, tested on A53 board
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> 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=""