Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Sun, 04 Sep 2022 12:23:13
Message-Id: 1662294159.6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6.soap@gentoo
1 commit: 6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:22:39 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:22:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7ec84f
7
8 sys-cluster/ceph: remove boost[threads(+)] usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-cluster/ceph/ceph-15.2.17.ebuild | 2 +-
13 sys-cluster/ceph/ceph-16.2.10-r2.ebuild | 2 +-
14 sys-cluster/ceph/ceph-16.2.9-r2.ebuild | 2 +-
15 sys-cluster/ceph/ceph-17.2.3-r3.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-cluster/ceph/ceph-15.2.17.ebuild b/sys-cluster/ceph/ceph-15.2.17.ebuild
19 index ff3607dba293..27e8fecc3fb3 100644
20 --- a/sys-cluster/ceph/ceph-15.2.17.ebuild
21 +++ b/sys-cluster/ceph/ceph-15.2.17.ebuild
22 @@ -90,7 +90,7 @@ DEPEND="
23 )
24 rbd-rwl? ( dev-libs/pmdk:= )
25 ssl? ( dev-libs/openssl:= )
26 - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP}] )
27 + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP}] )
28 !system-boost? ( <sys-libs/glibc-2.34 )
29 uring? ( sys-libs/liburing:= )
30 xfs? ( sys-fs/xfsprogs:= )
31
32 diff --git a/sys-cluster/ceph/ceph-16.2.10-r2.ebuild b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
33 index 546f6123d069..fe85c5b4151e 100644
34 --- a/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
35 +++ b/sys-cluster/ceph/ceph-16.2.10-r2.ebuild
36 @@ -92,7 +92,7 @@ DEPEND="
37 rdma? ( sys-cluster/rdma-core:= )
38 spdk? ( dev-util/cunit )
39 sqlite? ( dev-db/sqlite:= )
40 - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP},zlib] )
41 + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP},zlib] )
42 !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) )
43 uring? ( sys-libs/liburing:= )
44 xfs? ( sys-fs/xfsprogs:= )
45
46 diff --git a/sys-cluster/ceph/ceph-16.2.9-r2.ebuild b/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
47 index b4e567bd5318..c0ae95005ead 100644
48 --- a/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
49 +++ b/sys-cluster/ceph/ceph-16.2.9-r2.ebuild
50 @@ -92,7 +92,7 @@ DEPEND="
51 rdma? ( sys-cluster/rdma-core:= )
52 spdk? ( dev-util/cunit )
53 sqlite? ( dev-db/sqlite:= )
54 - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP,zlib}] )
55 + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP,zlib}] )
56 !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) )
57 uring? ( sys-libs/liburing:= )
58 xfs? ( sys-fs/xfsprogs:= )
59
60 diff --git a/sys-cluster/ceph/ceph-17.2.3-r3.ebuild b/sys-cluster/ceph/ceph-17.2.3-r3.ebuild
61 index a604240f1560..057881b59697 100644
62 --- a/sys-cluster/ceph/ceph-17.2.3-r3.ebuild
63 +++ b/sys-cluster/ceph/ceph-17.2.3-r3.ebuild
64 @@ -99,7 +99,7 @@ DEPEND="
65 rdma? ( sys-cluster/rdma-core:= )
66 spdk? ( dev-util/cunit )
67 sqlite? ( dev-db/sqlite:= )
68 - system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP},zlib] )
69 + system-boost? ( >=dev-libs/boost-1.72:=[context,python,${PYTHON_USEDEP},zlib] )
70 uring? ( sys-libs/liburing:= )
71 xfs? ( sys-fs/xfsprogs:= )
72 zbd? ( sys-block/libzbd:= )