diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-04-16 18:36:16 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-04-16 18:36:16 -0700 |
commit | 6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9 (patch) | |
tree | b7c786cf3fb00c010473959a447d633b6be06580 /sys-cluster/ceph | |
parent | sys-cluster/ceph: Clean up openssl dependencies (diff) | |
download | gentoo-6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9.tar.gz gentoo-6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9.tar.bz2 gentoo-6110b0e74e02c5b0a5df1caf1fb1f62f22c1bee9.zip |
sys-cluster/ceph: version lock boost dep in 14.2.0
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild index 3484f7a13d0a..7b499e4cb031 100644 --- a/sys-cluster/ceph/ceph-14.2.0-r5.ebuild +++ b/sys-cluster/ceph/ceph-14.2.0-r5.ebuild @@ -72,7 +72,7 @@ COMMON_DEPEND=" ) ) system-boost? ( - >=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}] + ~dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}] ) jemalloc? ( dev-libs/jemalloc:=[static-libs?] ) !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] ) |