Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Tue, 24 Dec 2019 14:48:16
Message-Id: 1577198889.b32fc95a89f9a1fa2d2f6888d19de8b964dc62ac.zlogene@gentoo
1 commit: b32fc95a89f9a1fa2d2f6888d19de8b964dc62ac
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 14:47:52 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 14:48:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32fc95a
7
8 net-libs/rabbitmq-c: arm stable wrt bug #701810
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
18 index 91110cbd2ae..d8c82ef94e1 100644
19 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
20 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"
23 else
24 SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
26 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
27 fi
28
29 LICENSE="MIT"