diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 08:47:16 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 08:54:39 +0100 |
commit | dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675 (patch) | |
tree | 676fd55fd263b81989bd5a6904f9c452482cf122 /net-libs/rabbitmq-c | |
parent | dev-ruby/rrdtool-bindings: arm ppc stable (bug 597174). (diff) | |
download | gentoo-dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675.tar.gz gentoo-dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675.tar.bz2 gentoo-dfab7e174c8c4e22f6ad303e60ff5abb7f9a6675.zip |
net-libs/rabbitmq-c: arm stable (bug 591980).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/rabbitmq-c')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 |
1 files 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 06c381db40c5..f4cea8e55cea 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-2016 Gentoo Foundation +# Copyright 1999-2017 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="git://github.com/alanxz/rabbitmq-c.git" else SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="amd64 ~arm hppa x86" + KEYWORDS="amd64 arm hppa x86" fi LICENSE="MIT" |