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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11C16158011 for ; Sun, 4 Sep 2022 12:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9453E07FE; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3EE8E07FE for ; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5524C340EFA for ; Sun, 4 Sep 2022 12:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79AA45CB for ; Sun, 4 Sep 2022 12:23:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662294159.6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-15.2.17.ebuild sys-cluster/ceph/ceph-16.2.10-r2.ebuild sys-cluster/ceph/ceph-16.2.9-r2.ebuild sys-cluster/ceph/ceph-17.2.3-r3.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6 X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:07 +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: b9bcb17d-97c3-4e9e-8100-396c55dedeef X-Archives-Hash: 2c0bca642d1d42ceae7742dd0c4ad5f7 commit: 6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6 Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 12:22:39 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 12:22:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7ec84f sys-cluster/ceph: remove boost[threads(+)] usedep Signed-off-by: David Seifert gentoo.org> sys-cluster/ceph/ceph-15.2.17.ebuild | 2 +- sys-cluster/ceph/ceph-16.2.10-r2.ebuild | 2 +- sys-cluster/ceph/ceph-16.2.9-r2.ebuild | 2 +- sys-cluster/ceph/ceph-17.2.3-r3.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/ceph/ceph-15.2.17.ebuild b/sys-cluster/ceph/ceph-15.2.17.ebuild index ff3607dba293..27e8fecc3fb3 100644 --- a/sys-cluster/ceph/ceph-15.2.17.ebuild +++ b/sys-cluster/ceph/ceph-15.2.17.ebuild @@ -90,7 +90,7 @@ DEPEND=" ) rbd-rwl? ( dev-libs/pmdk:= ) ssl? ( dev-libs/openssl:= ) - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP}] ) + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP}] ) !system-boost? ( =dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP,zlib}] ) + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP,zlib}] ) !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) diff --git a/sys-cluster/ceph/ceph-17.2.3-r3.ebuild b/sys-cluster/ceph/ceph-17.2.3-r3.ebuild index a604240f1560..057881b59697 100644 --- a/sys-cluster/ceph/ceph-17.2.3-r3.ebuild +++ b/sys-cluster/ceph/ceph-17.2.3-r3.ebuild @@ -99,7 +99,7 @@ DEPEND=" rdma? ( sys-cluster/rdma-core:= ) spdk? ( dev-util/cunit ) sqlite? ( dev-db/sqlite:= ) - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP},zlib] ) + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP},zlib] ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= )