Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Thu, 21 Sep 2017 18:36:44
Message-Id: 1506018992.3ace27fa852ee77d31f8f01bf0da230dd587d469.chutzpah@gentoo
1 commit: 3ace27fa852ee77d31f8f01bf0da230dd587d469
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 18:36:13 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 18:36:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ace27fa
7
8 sys-cluster/ceph: Add virtual/libudev and boost[python] deps #631600
9
10 Bug: https://bugs.gentoo.org/631600
11 Closes: https://bugs.gentoo.org/631600
12 Package-Manager: Portage-2.3.10, Repoman-2.3.3
13
14 sys-cluster/ceph/{ceph-12.2.0-r1.ebuild => ceph-12.2.0-r2.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/ceph/ceph-12.2.0-r1.ebuild b/sys-cluster/ceph/ceph-12.2.0-r2.ebuild
18 similarity index 98%
19 rename from sys-cluster/ceph/ceph-12.2.0-r1.ebuild
20 rename to sys-cluster/ceph/ceph-12.2.0-r2.ebuild
21 index c068ab583fc..677d00832e3 100644
22 --- a/sys-cluster/ceph/ceph-12.2.0-r1.ebuild
23 +++ b/sys-cluster/ceph/ceph-12.2.0-r2.ebuild
24 @@ -33,12 +33,13 @@ IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
25 #>=dev-libs/jerasure-2.0.0-r1
26 #>=dev-libs/gf-complete-2.0.0
27 COMMON_DEPEND="
28 + virtual/libudev
29 app-arch/bzip2:=[static-libs?]
30 app-arch/lz4:=[static-libs?]
31 app-arch/snappy:=[static-libs?]
32 app-arch/zstd:=[static-libs?]
33 app-misc/jq:=[static-libs?]
34 - dev-libs/boost:=[threads,context,static-libs?,${PYTHON_USEDEP}]
35 + dev-libs/boost:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]
36 dev-libs/crypto++:=[static-libs?]
37 dev-libs/leveldb:=[snappy,static-libs?]
38 dev-libs/libaio:=[static-libs?]