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 DAD93138334 for ; Wed, 11 Jul 2018 00:43:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90590E08D4; Wed, 11 Jul 2018 00:43:27 +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 66BEBE08D4 for ; Wed, 11 Jul 2018 00:43:27 +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 D71FE335CA3 for ; Wed, 11 Jul 2018 00:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A83367 for ; Wed, 11 Jul 2018 00:43:23 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1531268559.20f309694a540d197dbb40995c9ecfdbd4c7ba6a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-13.2.0.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 20f309694a540d197dbb40995c9ecfdbd4c7ba6a X-VCS-Branch: master Date: Wed, 11 Jul 2018 00:43:23 +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: 5b1bf93f-3e91-4261-9c73-3a1753f6b61b X-Archives-Hash: 715b981d9175771fe28712471e95adf2 commit: 20f309694a540d197dbb40995c9ecfdbd4c7ba6a Author: Patrick McLean gentoo org> AuthorDate: Wed Jul 11 00:22:39 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Jul 11 00:22:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f30969 sys-cluster/ceph: Restore keywords for 13.2.0 Package-Manager: Portage-2.3.41, Repoman-2.3.9 sys-cluster/ceph/ceph-13.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-13.2.0.ebuild b/sys-cluster/ceph/ceph-13.2.0.ebuild index 41559adb200..113df40b6e0 100644 --- a/sys-cluster/ceph/ceph-13.2.0.ebuild +++ b/sys-cluster/ceph/ceph-13.2.0.ebuild @@ -17,7 +17,7 @@ else mgr-frontend? ( mirror://gentoo/${P}-frontend-node-modules.tar.xz )" # unkeyworded for testing that this actually works # had to do a lot of hackery for the mgr frontend, dunno if anything broke - #KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Ceph distributed filesystem"