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 E6A8D13933E for ; Thu, 1 Jul 2021 00:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4149E0829; Thu, 1 Jul 2021 00:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BA32AE0829 for ; Thu, 1 Jul 2021 00:51:23 +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 734F733D3C2 for ; Thu, 1 Jul 2021 00:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B413B78F for ; Thu, 1 Jul 2021 00:51:20 +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: <1625100673.b511fdd44bd4af2c0213edcf9f0398cac6525088.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.22.ebuild sys-cluster/ceph/ceph-15.2.13-r1.ebuild sys-cluster/ceph/ceph-15.2.13-r2.ebuild sys-cluster/ceph/ceph-16.2.4-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: b511fdd44bd4af2c0213edcf9f0398cac6525088 X-VCS-Branch: master Date: Thu, 1 Jul 2021 00:51:20 +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: 1e672b27-4556-4bbf-ae0e-3d2d676cef60 X-Archives-Hash: c803e463916bb60abe092f7dbf4c4e5c commit: b511fdd44bd4af2c0213edcf9f0398cac6525088 Author: Patrick McLean gentoo org> AuthorDate: Thu Jul 1 00:51:13 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Jul 1 00:51:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511fdd4 sys-cluster/ceph: revbumps, add libcrypt virtual Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/ceph-14.2.22.ebuild | 2 +- sys-cluster/ceph/{ceph-15.2.13-r1.ebuild => ceph-15.2.13-r2.ebuild} | 1 + sys-cluster/ceph/ceph-16.2.4-r2.ebuild | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-14.2.22.ebuild b/sys-cluster/ceph/ceph-14.2.22.ebuild index bbdff4749a9..ab7a4ecf5a9 100644 --- a/sys-cluster/ceph/ceph-14.2.22.ebuild +++ b/sys-cluster/ceph/ceph-14.2.22.ebuild @@ -68,7 +68,7 @@ DEPEND=" sys-libs/zlib:= sys-process/numactl:= x11-libs/libpciaccess:= - virtual/libcrypt + virtual/libcrypt:= babeltrace? ( dev-util/babeltrace ) fuse? ( sys-fs/fuse:0= ) jemalloc? ( dev-libs/jemalloc:= ) diff --git a/sys-cluster/ceph/ceph-15.2.13-r1.ebuild b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.13-r1.ebuild rename to sys-cluster/ceph/ceph-15.2.13-r2.ebuild index 956a073ea87..0244baef17e 100644 --- a/sys-cluster/ceph/ceph-15.2.13-r1.ebuild +++ b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild @@ -69,6 +69,7 @@ DEPEND=" sys-libs/ncurses:0= sys-libs/zlib:= sys-process/numactl:= + virtual/libcrypt:= x11-libs/libpciaccess:= babeltrace? ( dev-util/babeltrace ) fuse? ( sys-fs/fuse:0= ) diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild index f50a2c98925..834efe8eb5e 100644 --- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild +++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild @@ -75,6 +75,7 @@ DEPEND=" sys-libs/ncurses:0= sys-libs/zlib:= sys-process/numactl:= + virtual/libcrypt:= x11-libs/libpciaccess:= babeltrace? ( dev-util/babeltrace ) fuse? ( sys-fs/fuse:0= )