diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2021-01-20 14:09:39 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-01-20 14:09:39 -0800 |
commit | 0d0a165d3665487227432b4b28a2eb819c5ce9aa (patch) | |
tree | 643e5218603840c26980edffb38ece09ad2dd5e8 /sys-cluster | |
parent | media-gfx/inkscape: Drop old (diff) | |
download | gentoo-0d0a165d3665487227432b4b28a2eb819c5ce9aa.tar.gz gentoo-0d0a165d3665487227432b4b28a2eb819c5ce9aa.tar.bz2 gentoo-0d0a165d3665487227432b4b28a2eb819c5ce9aa.zip |
sys-cluster/ceph: Revbumps, force older rocksdb (bug #764221)
Closes: https://bugs.gentoo.org/764221
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.15-r1.ebuild (renamed from sys-cluster/ceph/ceph-14.2.15.ebuild) | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.16-r1.ebuild (renamed from sys-cluster/ceph/ceph-14.2.16.ebuild) | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.8-r1.ebuild (renamed from sys-cluster/ceph/ceph-15.2.8.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.15.ebuild b/sys-cluster/ceph/ceph-14.2.15-r1.ebuild index cd7f6cfa6cbc..a73a21657f44 100644 --- a/sys-cluster/ceph/ceph-14.2.15.ebuild +++ b/sys-cluster/ceph/ceph-14.2.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,7 +44,7 @@ DEPEND=" app-shells/bash:0 app-misc/jq:= dev-libs/crypto++:= - dev-libs/rocksdb:= + <dev-libs/rocksdb-6.15:= dev-libs/leveldb:=[snappy,tcmalloc(-)?] dev-libs/libaio:= dev-libs/libnl:3= diff --git a/sys-cluster/ceph/ceph-14.2.16.ebuild b/sys-cluster/ceph/ceph-14.2.16-r1.ebuild index bbb85722f3b3..c7c4212b02df 100644 --- a/sys-cluster/ceph/ceph-14.2.16.ebuild +++ b/sys-cluster/ceph/ceph-14.2.16-r1.ebuild @@ -44,7 +44,7 @@ DEPEND=" app-shells/bash:0 app-misc/jq:= dev-libs/crypto++:= - dev-libs/rocksdb:= + <dev-libs/rocksdb-6.15:= dev-libs/leveldb:=[snappy,tcmalloc(-)?] dev-libs/libaio:= dev-libs/libnl:3= @@ -92,7 +92,7 @@ DEPEND=" openssl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) ) - system-boost? ( =dev-libs/boost-1.72*[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.8.ebuild b/sys-cluster/ceph/ceph-15.2.8-r1.ebuild index 61eb326db490..e187922e6083 100644 --- a/sys-cluster/ceph/ceph-15.2.8.ebuild +++ b/sys-cluster/ceph/ceph-15.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ DEPEND=" dev-libs/libfmt:= dev-libs/libnl:3= dev-libs/libxml2:= - dev-libs/rocksdb:= + <dev-libs/rocksdb-6.15:= dev-libs/xmlsec:=[!openssl?,!libressl?] dev-cpp/yaml-cpp:= dev-libs/nss:= |