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-cpp/libcmis/
Date: Wed, 19 Sep 2018 18:35:15
Message-Id: 1537382094.1a85017d8d75bae7221821739238fbe1c9125167.mattst88@gentoo
1 commit: 1a85017d8d75bae7221821739238fbe1c9125167
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 18:34:07 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 18:34:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a85017d
7
8 dev-cpp/libcmis-0.5.2_pre20180118: added ~ppc64, bug 664414
9
10 dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
14 index 9d26d35d5df..2707ed8b630 100644
15 --- a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
16 +++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
17 @@ -22,7 +22,7 @@ SLOT="0.5"
18
19 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
20 [[ ${PV} == 9999 ]] || \
21 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
23
24 IUSE="man static-libs test"