commit: 7b07dace345e52f94411ac373d23b17befb24bf7
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 21:28:39 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 19:35:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b07dace
sys-cluster/ceph: Bump, relax cython dep, enable system-boost
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
sys-cluster/ceph/{ceph-15.2.15.ebuild => ceph-15.2.15-r1.ebuild} | 5 +++--
sys-cluster/ceph/{ceph-16.2.6-r2.ebuild => ceph-16.2.6-r3.ebuild} | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/ceph/ceph-15.2.15.ebuild
b/sys-cluster/ceph/ceph-15.2.15-r1.ebuild
similarity index 98%
rename from sys-cluster/ceph/ceph-15.2.15.ebuild
rename to sys-cluster/ceph/ceph-15.2.15-r1.ebuild
index 164f014af636..c3738e9d833d 100644
--- a/sys-cluster/ceph/ceph-15.2.15.ebuild
+++ b/sys-cluster/ceph/ceph-15.2.15-r1.ebuild
@@ -30,7 +30,7 @@ CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana
jemalloc
kafka kerberos ldap lttng +mgr numa pmdk rabbitmq +radosgw rbd-rwl +ssl
spdk
- system-boost systemd +tcmalloc test uring xfs zfs"
+ +system-boost systemd +tcmalloc test uring xfs zfs"
IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
DEPEND="
@@ -89,6 +89,7 @@ DEPEND="
rbd-rwl? ( dev-libs/pmdk:= )
ssl? ( dev-libs/openssl:= )
system-boost? (
>=dev-libs/boost-1.72:=[threads(+),context,python,${PYTHON_USEDEP}] )
+ !system-boost? ( <sys-libs/glibc-2.34 )
uring? ( sys-libs/liburing:= )
xfs? ( sys-fs/xfsprogs:= )
zfs? ( sys-fs/zfs:= )
@@ -99,7 +100,7 @@ BDEPEND="
x86? ( dev-lang/yasm )
app-arch/cpio
>=dev-util/cmake-3.5.0
- <=dev-python/cython-0.29.24[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
dev-python/sphinx
dev-util/cunit
dev-util/gperf
diff --git a/sys-cluster/ceph/ceph-16.2.6-r2.ebuild
b/sys-cluster/ceph/ceph-16.2.6-r3.ebuild
similarity index 99%
rename from sys-cluster/ceph/ceph-16.2.6-r2.ebuild
rename to sys-cluster/ceph/ceph-16.2.6-r3.ebuild
index 8b296de54832..b46d37c591cb 100644
--- a/sys-cluster/ceph/ceph-16.2.6-r2.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.6-r3.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then
SRC_URI=""
else
SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
- KEYWORDS="amd64 ~arm64 ~ppc64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64"
fi
DESCRIPTION="Ceph distributed filesystem"
@@ -32,7 +32,7 @@ CPU_FLAGS_X86=(avx2 avx512f pclmul sse{,2,3,4_1,4_2} ssse3)
IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana
jemalloc jaeger kafka kerberos ldap lttng +mgr numa pmdk rabbitmq
- +radosgw rbd-rwl rbd-ssd rgw-lua +ssl spdk +sqlite system-boost systemd
+ +radosgw rbd-rwl rbd-ssd rgw-lua +ssl spdk +sqlite +system-boost systemd
+tcmalloc test uring xfs zbd zfs"
IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"