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 19:18:36
Message-Id: 1549134769.1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472.slyfox@gentoo
1 commit: 1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 2 19:12:49 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 19:12:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c532739
7
8 net-libs/rabbitmq-c: stable 0.9.0 for ia64, bug #676730
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ia64"
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 6fd8fe7471d..4b040fc7f48 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"