diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:22:39 +0200 |
commit | 6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6 (patch) | |
tree | 575d92f9502885e318a5d24cab0f0a9901becf90 /sys-cluster/ceph/ceph-17.2.3-r3.ebuild | |
parent | sci-mathematics/cgal: remove boost[threads(+)] usedep (diff) | |
download | gentoo-6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6.tar.gz gentoo-6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6.tar.bz2 gentoo-6f7ec84fd91da0d45e0fc2b5351d8d0d16fcd8d6.zip |
sys-cluster/ceph: remove boost[threads(+)] usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph/ceph-17.2.3-r3.ebuild')
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.3-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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:= ) |