Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Wed, 21 Jun 2017 08:59:56
Message-Id: 1498035585.e02270a5b74954b943c4fdb04cf367d9f8f5d806.aballier@gentoo
1 commit: e02270a5b74954b943c4fdb04cf367d9f8f5d806
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 08:23:36 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 08:59:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02270a5
7
8 net-libs/rabbitmq-c: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
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 f4cea8e55ce..02ab0d93adf 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="git://github.com/alanxz/rabbitmq-c.git"
21 else
22 SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
23 - KEYWORDS="amd64 arm hppa x86"
24 + KEYWORDS="amd64 arm ~arm64 hppa x86"
25 fi
26
27 LICENSE="MIT"