Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Fri, 22 Feb 2019 22:03:32
Message-Id: 1550872980.698605c704e4ed384630cb69546749d5544758f6.leio@gentoo
1 commit: 698605c704e4ed384630cb69546749d5544758f6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 22:03:00 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 22:03:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698605c7
7
8 net-libs/rabbitmq-c: arm64 stable (bug #676730)
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
17 index a41808ffce6..c67c2de1b6b 100644
18 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
19 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.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="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
25 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
26 fi
27
28 LICENSE="MIT"