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: Thu, 07 Feb 2019 12:57:15
Message-Id: 1549544221.fb97e01e4fe20aefc289cbd41d16d02d63ec7b6d.zlogene@gentoo
1 commit: fb97e01e4fe20aefc289cbd41d16d02d63ec7b6d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 12:57:01 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 12:57:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb97e01e
7
8 net-libs/rabbitmq-c: amd64 stable wrt bug #676730
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
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 8d6dbd6d57a..dbe1817fdea 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"