Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/
Date: Wed, 31 Jul 2019 21:11:17
Message-Id: 1564607459.62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b.bman@gentoo
1 commit: 62ee7d5fc4beaae172d4cdc60ae1ff03b1314b6b
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 20:48:32 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 21:10:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee7d5f
7
8 dev-libs/tinyxml2: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
18 index a80b6b7e203..8e411cbc267 100644
19 --- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
20 +++ b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
28
29 LICENSE="ZLIB"
30 SLOT="0/6"
31 -KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 sparc x86"
32 +KEYWORDS="amd64 arm arm64 hppa ~ppc64 sparc x86"
33 IUSE="static-libs test"
34
35 multilib_src_configure() {