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 9F6E9138332 for ; Sun, 15 Apr 2018 08:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08144E092F; Sun, 15 Apr 2018 08:38:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5BA7E092F for ; Sun, 15 Apr 2018 08:38:52 +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 071A1335C76 for ; Sun, 15 Apr 2018 08:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3125A288 for ; Sun, 15 Apr 2018 08:38:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523781525.646be3cc63dd9744552299371781eeff9949efd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-12.2.4-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 646be3cc63dd9744552299371781eeff9949efd5 X-VCS-Branch: master Date: Sun, 15 Apr 2018 08:38:50 +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: 473d1795-1f02-4928-846e-0667d7ae7adf X-Archives-Hash: a500563d67e5a5bc372819f296cbdd1c commit: 646be3cc63dd9744552299371781eeff9949efd5 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 15 08:37:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 15 08:38:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646be3cc sys-cluster/ceph: Remove ~arm64 kw from 12.2.4-r2 due to deps sys-cluster/ceph/ceph-12.2.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-12.2.4-r2.ebuild b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild index 1fbe8083849..5205c01ab93 100644 --- a/sys-cluster/ceph/ceph-12.2.4-r2.ebuild +++ b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem"