Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Wed, 01 Mar 2017 07:55:19
Message-Id: 1488354879.dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675.xmw@gentoo
1 commit: dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 07:47:16 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 07:54:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfab7e17
7
8 net-libs/rabbitmq-c: arm stable (bug 591980).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 06c381db40c..f4cea8e55ce 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 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
26 EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git"
27 else
28 SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
29 - KEYWORDS="amd64 ~arm hppa x86"
30 + KEYWORDS="amd64 arm hppa x86"
31 fi
32
33 LICENSE="MIT"