From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D4E4139083 for ; Wed, 21 Jun 2017 08:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE958E0F39; Wed, 21 Jun 2017 08:59:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8772CE0F39 for ; Wed, 21 Jun 2017 08:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3CE9341746 for ; Wed, 21 Jun 2017 08:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69BE22FA for ; Wed, 21 Jun 2017 08:59:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498035585.e02270a5b74954b943c4fdb04cf367d9f8f5d806.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild X-VCS-Directories: net-libs/rabbitmq-c/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e02270a5b74954b943c4fdb04cf367d9f8f5d806 X-VCS-Branch: master Date: Wed, 21 Jun 2017 08:59:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9aea5489-bde0-4320-92a6-5df7062274f4 X-Archives-Hash: c32408c142925829d15d7bb23893462f commit: e02270a5b74954b943c4fdb04cf367d9f8f5d806 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 21 08:23:36 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 21 08:59:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02270a5 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 f4cea8e55ce..02ab0d93adf 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"