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 4454713933E for ; Sat, 10 Jul 2021 18:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B0B6E0E31; Sat, 10 Jul 2021 18:54:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 333CDE0E31 for ; Sat, 10 Jul 2021 18:54:28 +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 05BA2342C59 for ; Sat, 10 Jul 2021 18:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118F27D5 for ; Sat, 10 Jul 2021 18:54:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625942979.4248f26a9bf3279cbca095be2e1d42e57b217c10.sam@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.21-r1.ebuild sys-cluster/ceph/ceph-14.2.21-r2.ebuild sys-cluster/ceph/ceph-15.2.12-r1.ebuild sys-cluster/ceph/ceph-15.2.12-r2.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4248f26a9bf3279cbca095be2e1d42e57b217c10 X-VCS-Branch: master Date: Sat, 10 Jul 2021 18:54:24 +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: df728937-f100-42e2-8129-ad4ba6a4fd1d X-Archives-Hash: 347179c7b7922498008e28be95638402 commit: 4248f26a9bf3279cbca095be2e1d42e57b217c10 Author: Sam James gentoo org> AuthorDate: Sat Jul 10 18:49:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 10 18:49:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4248f26a sys-cluster/ceph: add missing libcrypt dependency Closes: https://bugs.gentoo.org/801181 Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/{ceph-14.2.21-r1.ebuild => ceph-14.2.21-r2.ebuild} | 1 + sys-cluster/ceph/{ceph-15.2.12-r1.ebuild => ceph-15.2.12-r2.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-cluster/ceph/ceph-14.2.21-r1.ebuild b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-14.2.21-r1.ebuild rename to sys-cluster/ceph/ceph-14.2.21-r2.ebuild index 36597b47ed0..aa787f1388b 100644 --- a/sys-cluster/ceph/ceph-14.2.21-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild @@ -36,6 +36,7 @@ IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" DEPEND=" acct-group/ceph acct-user/ceph + virtual/libcrypt:= virtual/libudev:= app-arch/bzip2:= app-arch/lz4:= diff --git a/sys-cluster/ceph/ceph-15.2.12-r1.ebuild b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.12-r1.ebuild rename to sys-cluster/ceph/ceph-15.2.12-r2.ebuild index acb36e7d661..75c961e4526 100644 --- a/sys-cluster/ceph/ceph-15.2.12-r1.ebuild +++ b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild @@ -36,6 +36,7 @@ IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" DEPEND=" acct-group/ceph acct-user/ceph + virtual/libcrypt:= virtual/libudev:= app-arch/bzip2:= app-arch/lz4:=