diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 21:17:51 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 21:17:51 +0200 |
commit | 5fb2892644cf31e9da5d6d47a5b3b7b765e01a68 (patch) | |
tree | 21e413385213ca212676abcfb412cff3d2e6ac31 /sys-cluster | |
parent | sci-mathematics/cgal: Depend on dev-libs/boost:=[threads(+)] (diff) | |
download | gentoo-5fb2892644cf31e9da5d6d47a5b3b7b765e01a68.tar.gz gentoo-5fb2892644cf31e9da5d6d47a5b3b7b765e01a68.tar.bz2 gentoo-5fb2892644cf31e9da5d6d47a5b3b7b765e01a68.zip |
sys-cluster/ceph: Depend on dev-libs/boost:=[threads(+)]
Closes: https://github.com/gentoo/gentoo/pull/21309
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.21-r1.ebuild (renamed from sys-cluster/ceph/ceph-14.2.21.ebuild) | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.12-r1.ebuild (renamed from sys-cluster/ceph/ceph-15.2.12.ebuild) | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.13-r1.ebuild (renamed from sys-cluster/ceph/ceph-15.2.13.ebuild) | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.4-r2.ebuild (renamed from sys-cluster/ceph/ceph-16.2.4-r1.ebuild) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.21.ebuild b/sys-cluster/ceph/ceph-14.2.21-r1.ebuild index 39e5b14a1c87..36597b47ed0a 100644 --- a/sys-cluster/ceph/ceph-14.2.21.ebuild +++ b/sys-cluster/ceph/ceph-14.2.21-r1.ebuild @@ -83,7 +83,7 @@ DEPEND=" net-misc/curl:=[curl_ssl_openssl] ) ssl? ( dev-libs/openssl:= ) - system-boost? ( dev-libs/boost[threads,context,python,${PYTHON_USEDEP}] ) + system-boost? ( dev-libs/boost:=[threads(+),context,python,${PYTHON_USEDEP}] ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) ${PYTHON_DEPS} diff --git a/sys-cluster/ceph/ceph-15.2.12.ebuild b/sys-cluster/ceph/ceph-15.2.12-r1.ebuild index c342da2cf406..acb36e7d6617 100644 --- a/sys-cluster/ceph/ceph-15.2.12.ebuild +++ b/sys-cluster/ceph/ceph-15.2.12-r1.ebuild @@ -87,7 +87,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:=[threads(+),context,python,${PYTHON_USEDEP}] ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) diff --git a/sys-cluster/ceph/ceph-15.2.13.ebuild b/sys-cluster/ceph/ceph-15.2.13-r1.ebuild index be518dbedbaa..956a073ea870 100644 --- a/sys-cluster/ceph/ceph-15.2.13.ebuild +++ b/sys-cluster/ceph/ceph-15.2.13-r1.ebuild @@ -87,7 +87,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:=[threads(+),context,python,${PYTHON_USEDEP}] ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zfs? ( sys-fs/zfs:= ) diff --git a/sys-cluster/ceph/ceph-16.2.4-r1.ebuild b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild index 99d57305e48a..f50a2c98925c 100644 --- a/sys-cluster/ceph/ceph-16.2.4-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild @@ -96,7 +96,7 @@ DEPEND=" rbd-rwl? ( dev-libs/pmdk:= ) ssl? ( dev-libs/openssl:= ) sqlite? ( dev-db/sqlite:= ) - system-boost? ( >=dev-libs/boost-1.72[threads,context,python,${PYTHON_USEDEP}] ) + system-boost? ( >=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP}] ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) |