commit:     2b2c62418deba2cc6233db2a705d2a1eeeebfa14
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 15:40:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 16:27:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2c6241

sys-cluster/ceph: Add missing dep on lz4 & bzip2.

Those are needed by librocksdb-static currently enabled by default in configure.

Package-Manager: portage-2.3.0_rc1

 sys-cluster/ceph/ceph-10.2.2.ebuild | 2 ++
 sys-cluster/ceph/ceph-9999.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-cluster/ceph/ceph-10.2.2.ebuild 
b/sys-cluster/ceph/ceph-10.2.2.ebuild
index b9570a3..75b8a87 100644
--- a/sys-cluster/ceph/ceph-10.2.2.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.2.ebuild
@@ -33,6 +33,8 @@ IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc 
test xfs zfs"
 #>=dev-libs/gf-complete-2.0.0
 COMMON_DEPEND="
        app-arch/snappy
+       app-arch/lz4:=
+       app-arch/bzip2
        dev-libs/boost:=[threads]
        dev-libs/libaio
        dev-libs/leveldb[snappy]

diff --git a/sys-cluster/ceph/ceph-9999.ebuild 
b/sys-cluster/ceph/ceph-9999.ebuild
index 8887255..0cbd916 100644
--- a/sys-cluster/ceph/ceph-9999.ebuild
+++ b/sys-cluster/ceph/ceph-9999.ebuild
@@ -30,6 +30,8 @@ IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc 
test xfs zfs"
 
 COMMON_DEPEND="
        app-arch/snappy
+       app-arch/lz4:=
+       app-arch/bzip2
        dev-libs/boost:=[threads]
        dev-libs/fcgi
        dev-libs/libaio

Reply via email to