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 2139D138334 for ; Wed, 11 Jul 2018 13:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8C3E0828; Wed, 11 Jul 2018 13:36:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D81CCE0828 for ; Wed, 11 Jul 2018 13:36:49 +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 65319335C32 for ; Wed, 11 Jul 2018 13:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56F2531B for ; Wed, 11 Jul 2018 13:36:45 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1531316194.ae71a2f6a2773510c086dac06472bd30595e25e1.zlogene@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.5.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ae71a2f6a2773510c086dac06472bd30595e25e1 X-VCS-Branch: master Date: Wed, 11 Jul 2018 13:36:45 +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: 6d4fb3d6-725b-480d-9c68-be3911bedc27 X-Archives-Hash: d554a23bd79a0a270d9fe824ce910ea2 commit: ae71a2f6a2773510c086dac06472bd30595e25e1 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jul 11 13:36:34 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jul 11 13:36:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae71a2f6 sys-cluster/ceph: amd64 stable wrt bug #658928 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/ceph/ceph-12.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-12.2.5.ebuild b/sys-cluster/ceph/ceph-12.2.5.ebuild index 72ad468ceb6..75cd704ac78 100644 --- a/sys-cluster/ceph/ceph-12.2.5.ebuild +++ b/sys-cluster/ceph/ceph-12.2.5.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Ceph distributed filesystem"