From e02270a5b74954b943c4fdb04cf367d9f8f5d806 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 21 Jun 2017 10:23:36 +0200 Subject: [PATCH] net-libs/rabbitmq-c: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f4cea8e55ceaa..02ab0d93adffb 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -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 ~arm64 hppa x86" fi LICENSE="MIT"