From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0919E1382BD for ; Fri, 17 Jun 2016 16:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE3EE0A52; Fri, 17 Jun 2016 16:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EA2AE0A52 for ; Fri, 17 Jun 2016 16:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6EA13406C2 for ; Fri, 17 Jun 2016 16:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11EAD2417 for ; Fri, 17 Jun 2016 16:27:51 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1466180844.2b2c62418deba2cc6233db2a705d2a1eeeebfa14.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-10.2.2.ebuild sys-cluster/ceph/ceph-9999.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2b2c62418deba2cc6233db2a705d2a1eeeebfa14 X-VCS-Branch: master Date: Fri, 17 Jun 2016 16:27:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88c4a4e2-810a-4bea-9e2c-f84d889d8c62 X-Archives-Hash: 9e8e2ac244a7024ee3465d91c0135654 commit: 2b2c62418deba2cc6233db2a705d2a1eeeebfa14 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 17 15:40:42 2016 +0000 Commit: Alexis Ballier gentoo 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