Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/
Date: Tue, 18 Sep 2018 23:04:42
Message-Id: 1537311847.b3fba1371e781673b67c885a79515358e4142f8e.mattst88@gentoo
1 commit: b3fba1371e781673b67c885a79515358e4142f8e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 22:56:53 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 23:04:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fba137
7
8 dev-libs/tinyxml2-6.2.0: added ~ppc64, bug 664468
9
10 dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
14 index 97f2b558c24..a80b6b7e203 100644
15 --- a/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
16 +++ b/dev-libs/tinyxml2/tinyxml2-6.2.0.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
18
19 LICENSE="ZLIB"
20 SLOT="0/6"
21 -KEYWORDS="amd64 arm ~arm64 hppa sparc x86"
22 +KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 sparc x86"
23 IUSE="static-libs test"
24
25 multilib_src_configure() {