commit: 6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 12:22:39 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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? ( <sys-libs/glibc-2.34 )
uring? ( sys-libs/liburing:= )
xfs? ( sys-fs/xfsprogs:= )
diff --git a/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
index 546f6123d069..fe85c5b4151e 100644
--- a/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
@@ -92,7 +92,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] )
!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-16.2.9-r2.ebuild
b/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
index b4e567bd5318..c0ae95005ead 100644
--- a/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
@@ -92,7 +92,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}] )
!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:= )