diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2021-10-22 17:21:55 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-10-22 17:22:15 -0700 |
commit | 0f912f78a505c9374c60c09149157525e57cd7d7 (patch) | |
tree | 5be673d52c779671f6359a98d6fa1edb36fdb884 /sys-cluster/ceph | |
parent | sci-mathematics/polymake: new upstream version 4.5. (diff) | |
download | gentoo-0f912f78a505c9374c60c09149157525e57cd7d7.tar.gz gentoo-0f912f78a505c9374c60c09149157525e57cd7d7.tar.bz2 gentoo-0f912f78a505c9374c60c09149157525e57cd7d7.zip |
sys-cluster/ceph-16.2.6-r1: Lock leveldb (bug #819051)
Also unlock snappy dep since the problem is fixed upstream.
(bug #818883)
Closes: https://bugs.gentoo.org/819051
Closes: https://bugs.gentoo.org/818883
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.6-r1.ebuild (renamed from sys-cluster/ceph/ceph-16.2.6.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.6.ebuild b/sys-cluster/ceph/ceph-16.2.6-r1.ebuild index df882ac67092..ee13909999fd 100644 --- a/sys-cluster/ceph/ceph-16.2.6.ebuild +++ b/sys-cluster/ceph/ceph-16.2.6-r1.ebuild @@ -43,13 +43,13 @@ DEPEND=" virtual/libudev:= app-arch/bzip2:= app-arch/lz4:= - <app-arch/snappy-1.1.9:= + app-arch/snappy:= app-arch/zstd:= app-shells/bash:0 app-misc/jq:= dev-libs/crypto++:= dev-cpp/gflags:= - dev-libs/leveldb:=[snappy,tcmalloc(-)?] + <dev-libs/leveldb-1.23:=[snappy,tcmalloc(-)?] dev-libs/libaio:= dev-libs/libfmt:= dev-libs/libnl:3= |