Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Sat, 01 Oct 2016 13:05:02
Message-Id: 1475326925.dd0df6a8771e075a03f08293279f7c43354ff28e.jer@gentoo
1 commit: dd0df6a8771e075a03f08293279f7c43354ff28e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 13:02:05 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 13:02:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0df6a8
7
8 net-libs/rabbitmq-c: Stable for HPPA (bug #591980).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
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 f682ee7..830a500 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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then
21 EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
22 else
23 SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
24 - KEYWORDS="amd64 ~arm ~hppa ~x86"
25 + KEYWORDS="amd64 ~arm hppa ~x86"
26 fi
27
28 LICENSE="MIT"