Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Tue, 09 Oct 2018 14:38:22
Message-Id: 1539095717.7049bbcd3159a0416e4be06415cd7c0101e52751.mattst88@gentoo
1 commit: 7049bbcd3159a0416e4be06415cd7c0101e52751
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 14:35:05 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 14:35:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7049bbcd
7
8 net-libs/rabbitmq-c: ppc stable, bug 646778
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
16 index f0b4ea37a00..0a03a2d4ffa 100644
17 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
18 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"
21 else
22 SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
23 - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86"
25 fi
26
27 LICENSE="MIT"