Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/
Date: Sun, 27 Aug 2017 15:34:29
Message-Id: 1503848037.e7d35019b51078872b7f37ade4445100ba8fc461.kensington@gentoo
1 commit: e7d35019b51078872b7f37ade4445100ba8fc461
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 20 20:24:15 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 15:33:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d35019
7
8 dev-libs/tinyxml2: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
16 index 41b7f644717..2f447a61c6c 100644
17 --- a/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
18 +++ b/dev-libs/tinyxml2/tinyxml2-5.0.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="ZLIB"
22 SLOT="0/5"
23 -KEYWORDS="~amd64 ~arm ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 IUSE="static-libs test"
26
27 multilib_src_configure() {