diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:32 +0200 |
commit | 992e3a9b5b0dfdc3f389289ba9e71997899c9340 (patch) | |
tree | 2ee05a594d89bf192eb0f1d6da849d728cc42ca8 /sys-cluster | |
parent | sci-visualization/spyview: remove stale boost lower bounds (diff) | |
download | gentoo-992e3a9b5b0dfdc3f389289ba9e71997899c9340.tar.gz gentoo-992e3a9b5b0dfdc3f389289ba9e71997899c9340.tar.bz2 gentoo-992e3a9b5b0dfdc3f389289ba9e71997899c9340.zip |
sys-cluster/ceph: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.17.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.10-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.9-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 27e8fecc3fb3..16c75727aa77 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:=[context,python,${PYTHON_USEDEP}] ) + system-boost? ( dev-libs/boost:=[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 fe85c5b4151e..79585b405bcc 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:=[context,python,${PYTHON_USEDEP},zlib] ) + system-boost? ( dev-libs/boost:=[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 c0ae95005ead..a6cfee73bcba 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:=[context,python,${PYTHON_USEDEP,zlib}] ) + system-boost? ( dev-libs/boost:=[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 057881b59697..b51469653659 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:=[context,python,${PYTHON_USEDEP},zlib] ) + system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) |