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: Wed, 30 Jan 2019 08:13:56
Message-Id: 1548835411.b0ebae820d27678414db3b9085203d4c36201f26.slyfox@gentoo
1 commit: b0ebae820d27678414db3b9085203d4c36201f26
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Jan 30 06:59:58 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 08:03:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ebae82
7
8 net-libs/rabbitmq-c: stable 0.9.0 for sparc, bug #676730
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
19 index 5f1af9841fa..ad4a454a789 100644
20 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
21 +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="7"
28 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
29 EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"
30 else
31 SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
34 fi
35
36 LICENSE="MIT"