diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-21 10:23:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-21 10:59:45 +0200 |
commit | e02270a5b74954b943c4fdb04cf367d9f8f5d806 (patch) | |
tree | 5cc243949f56ccd82fba2a6bba39ed82439eccd9 /net-libs/rabbitmq-c | |
parent | app-text/psutils: ia64 stable, bug #622356 (diff) | |
download | gentoo-e02270a5b74954b943c4fdb04cf367d9f8f5d806.tar.gz gentoo-e02270a5b74954b943c4fdb04cf367d9f8f5d806.tar.bz2 gentoo-e02270a5b74954b943c4fdb04cf367d9f8f5d806.zip |
net-libs/rabbitmq-c: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/rabbitmq-c')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 f4cea8e55cea..02ab0d93adff 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" |