Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Thu, 31 Jan 2019 22:15:15
Message-Id: 1548972646.473150591b9c1bcaa2364324889f8ad0fe642636.whissi@gentoo
1 commit: 473150591b9c1bcaa2364324889f8ad0fe642636
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 31 21:59:14 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 31 22:10:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47315059
7
8 net-libs/rabbitmq-c: x86 stable (bug #676730)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <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 ad4a454a789..362e2aab615 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"