From: Rolf Eike Beer Date: Sat, 17 Mar 2018 12:46:55 +0000 (+0100) Subject: net-libs/rabbitmq-c: keyworded 0.8.0 for sparc, bug #650498 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf066da6c0d4607fff85366b554a62ee14a79900;p=gentoo.git net-libs/rabbitmq-c: keyworded 0.8.0 for sparc, bug #650498 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" --- 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 2c2270167831..351e938b9f1b 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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="amd64 arm ~arm64 hppa ~ppc x86" + KEYWORDS="amd64 arm ~arm64 hppa ~ppc ~sparc x86" fi LICENSE="MIT"