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/pugixml/
Date: Tue, 11 Sep 2018 20:40:28
Message-Id: 1536698416.c31f867cf0b9e01888f567c2df42dbe633dd4ff1.mattst88@gentoo
1 commit: c31f867cf0b9e01888f567c2df42dbe633dd4ff1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 20:40:06 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 20:40:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31f867c
7
8 dev-libs/pugixml-1.9: ppc64 stable, bug 662868
9
10 dev-libs/pugixml/pugixml-1.9.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/pugixml/pugixml-1.9.ebuild b/dev-libs/pugixml/pugixml-1.9.ebuild
14 index 55b4eac52cc..0c11e7051fa 100644
15 --- a/dev-libs/pugixml/pugixml-1.9.ebuild
16 +++ b/dev-libs/pugixml/pugixml-1.9.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"
18
19 LICENSE="MIT"
20 SLOT="0"
21 -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
22 +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
23
24 src_configure() {
25 local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )