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 1DDF3138359 for ; Fri, 24 Jul 2020 18:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55EEE0827; Fri, 24 Jul 2020 18:42:15 +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 CFBEDE0827 for ; Fri, 24 Jul 2020 18:42:15 +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 7444834F25A for ; Fri, 24 Jul 2020 18:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 780002B3 for ; Fri, 24 Jul 2020 18:42:12 +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: <1595615961.8214c66f9b0ff3bb480ff5ee68866adba8ee09cf.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-14.2.10-r1.ebuild sys-cluster/ceph/ceph-14.2.10-r2.ebuild sys-cluster/ceph/ceph-15.2.4-r1.ebuild sys-cluster/ceph/ceph-15.2.4-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8214c66f9b0ff3bb480ff5ee68866adba8ee09cf X-VCS-Branch: master Date: Fri, 24 Jul 2020 18:42:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dad5876-8664-4292-a6a9-0cac311c35d2 X-Archives-Hash: dcc94a57e9357b6bee13effb3127b482 commit: 8214c66f9b0ff3bb480ff5ee68866adba8ee09cf Author: Patrick McLean sony com> AuthorDate: Fri Jul 24 16:26:36 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Jul 24 18:39:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8214c66f sys-cluster/ceph: Revbump, fix typo with USE=spdk (bug #732574) Closes: https://bugs.gentoo.org/732574 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/{ceph-14.2.10-r1.ebuild => ceph-14.2.10-r2.ebuild} | 2 +- sys-cluster/ceph/{ceph-15.2.4-r1.ebuild => ceph-15.2.4-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-14.2.10-r1.ebuild b/sys-cluster/ceph/ceph-14.2.10-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-14.2.10-r1.ebuild rename to sys-cluster/ceph/ceph-14.2.10-r2.ebuild index a074166f6b2..ea91f8e8425 100644 --- a/sys-cluster/ceph/ceph-14.2.10-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.10-r2.ebuild @@ -244,7 +244,7 @@ ceph_src_configure() { -DWITH_CEPHFS=$(usex cephfs) -DWITH_CEPHFS_SHELL=$(usex cephfs) -DWITH_DPDK=$(usex dpdk) - -DWITH_DPDK=$(usex spdk) + -DWITH_SPDK=$(usex spdk) -DWITH_FUSE=$(usex fuse) -DWITH_LTTNG=$(usex lttng) -DWITH_GSSAPI=$(usex kerberos) diff --git a/sys-cluster/ceph/ceph-15.2.4-r1.ebuild b/sys-cluster/ceph/ceph-15.2.4-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.4-r1.ebuild rename to sys-cluster/ceph/ceph-15.2.4-r2.ebuild index 78786763b46..b497a432952 100644 --- a/sys-cluster/ceph/ceph-15.2.4-r1.ebuild +++ b/sys-cluster/ceph/ceph-15.2.4-r2.ebuild @@ -248,7 +248,7 @@ ceph_src_configure() { -DWITH_CEPHFS=$(usex cephfs) -DWITH_CEPHFS_SHELL=$(usex cephfs) -DWITH_DPDK=$(usex dpdk) - -DWITH_DPDK=$(usex spdk) + -DWITH_SPDK=$(usex spdk) -DWITH_FUSE=$(usex fuse) -DWITH_LTTNG=$(usex lttng) -DWITH_GSSAPI=$(usex kerberos)