From 33d19e1a60793b9f223fb4dfd49c06fd16e5b5b0 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Fri, 21 Dec 2018 11:11:01 +0100 Subject: [PATCH] net-libs/rabbitmq-c: stable 0.8.0 for sparc, bug #670974 Signed-off-by: Rolf Eike Beer Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich --- net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index 0a03a2d4ffabb..b8a050a0a6f60 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/alanxz/${PN}.git" else SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86" fi LICENSE="MIT"