Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Sat, 02 Feb 2019 21:17:15
Message-Id: 1549142067.69b5ef55a0a0c7a78b70be323180a3aa7a38fd5f.slyfox@gentoo
1 commit: 69b5ef55a0a0c7a78b70be323180a3aa7a38fd5f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 2 21:14:27 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 21:14:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5ef55
7
8 net-libs/rabbitmq-c: stable 0.9.0 for ppc64, bug #676730
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
18 index 4c3af875f3c..8d6dbd6d57a 100644
19 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
20 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.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}.zip -> ${PN}-v${PV}.zip"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
27 fi
28
29 LICENSE="MIT"