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 B83FB138331 for ; Sat, 3 Mar 2018 09:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA860E0A02; Sat, 3 Mar 2018 09:47:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 83C78E09F6 for ; Sat, 3 Mar 2018 09:47:03 +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 C1770335C2C for ; Sat, 3 Mar 2018 09:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F1823D for ; Sat, 3 Mar 2018 09:47:00 +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: <1520070415.6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3.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.1.ebuild sys-cluster/ceph/ceph-12.2.2-r1.ebuild sys-cluster/ceph/ceph-12.2.2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3 X-VCS-Branch: master Date: Sat, 3 Mar 2018 09:47:00 +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: 0104de5a-6ac5-4636-aa7a-e367d18794e7 X-Archives-Hash: 5efa2e48c57607e00e58640b822b4baa commit: 6b6f23c5daa9f51fdcc67e7703f3ddbff730c0b3 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 3 09:42:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 3 09:46:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6f23c5 sys-cluster/ceph: Dekeyword 12.* ~arm64 due to deps sys-cluster/ceph/ceph-12.2.1.ebuild | 2 +- sys-cluster/ceph/ceph-12.2.2-r1.ebuild | 2 +- sys-cluster/ceph/ceph-12.2.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/ceph/ceph-12.2.1.ebuild b/sys-cluster/ceph/ceph-12.2.1.ebuild index 9e8142ef569..d7acf97b575 100644 --- a/sys-cluster/ceph/ceph-12.2.1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.1.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" diff --git a/sys-cluster/ceph/ceph-12.2.2-r1.ebuild b/sys-cluster/ceph/ceph-12.2.2-r1.ebuild index 370a0220f86..f90261d5bc3 100644 --- a/sys-cluster/ceph/ceph-12.2.2-r1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.2-r1.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" diff --git a/sys-cluster/ceph/ceph-12.2.2.ebuild b/sys-cluster/ceph/ceph-12.2.2.ebuild index 7040667f300..664f9e63d0b 100644 --- a/sys-cluster/ceph/ceph-12.2.2.ebuild +++ b/sys-cluster/ceph/ceph-12.2.2.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"