Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Sat, 05 Aug 2017 19:04:57
Message-Id: 1501959889.ce80b4d8458a4cb9bedf34806ab42afbf84a546b.slyfox@gentoo
1 commit: ce80b4d8458a4cb9bedf34806ab42afbf84a546b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 5 19:04:19 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 19:04:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce80b4d8
7
8 net-libs/rabbitmq-c: keyworded 0.8.0 for ppc, bug #564532
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ppc"
12
13 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
17 index cf516e8e61f..2c227016783 100644
18 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
19 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
21 EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"
22 else
23 SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
24 - KEYWORDS="amd64 arm ~arm64 hppa x86"
25 + KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
26 fi
27
28 LICENSE="MIT"