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 A8A6F139694 for ; Mon, 10 Jul 2017 09:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E90C22340BB; Mon, 10 Jul 2017 09:10:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C05E32340BB for ; Mon, 10 Jul 2017 09:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8AF33417E3 for ; Mon, 10 Jul 2017 09:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3523374A2 for ; Mon, 10 Jul 2017 09:10:46 +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: <1499677835.eaa883da37eb6b727b0b7a305d22ea327ad9c227.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-10.2.7-r1.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eaa883da37eb6b727b0b7a305d22ea327ad9c227 X-VCS-Branch: master Date: Mon, 10 Jul 2017 09:10:46 +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: e7e7e5a1-5fc1-48f9-81e6-bcfd9122d57a X-Archives-Hash: 06d8851eb82a2e19d40272f6ab4d15e6 commit: eaa883da37eb6b727b0b7a305d22ea327ad9c227 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 10 09:10:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 10 09:10:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa883da sys-cluster/ceph: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-cluster/ceph/ceph-10.2.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild index 87d36ae0852..49d48748772 100644 --- a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild +++ b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Ceph distributed filesystem"