summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 13:46:09 +0100
committerSam James <sam@gentoo.org>2023-05-01 13:48:58 +0100
commit52f4d1ee90e19550b1a7c5dff230b88ce93b6948 (patch)
tree09465759a412d5d3a736e75e86a0b7146b29cebc /sys-cluster/ceph
parentsys-apps/baobab: drop 41.0 (diff)
downloadgentoo-52f4d1ee90e19550b1a7c5dff230b88ce93b6948.tar.gz
gentoo-52f4d1ee90e19550b1a7c5dff230b88ce93b6948.tar.bz2
gentoo-52f4d1ee90e19550b1a7c5dff230b88ce93b6948.zip
sys-cluster/ceph: fix Python dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r--sys-cluster/ceph/ceph-16.2.10-r5.ebuild2
-rw-r--r--sys-cluster/ceph/ceph-16.2.12.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
index fc09be7c503b..df5c40821102 100644
--- a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
@@ -93,7 +93,7 @@ DEPEND="
spdk? ( dev-util/cunit )
sqlite? ( dev-db/sqlite:= )
system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] )
- !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) )
+ !system-boost? ( $(python_gen_impl_dep '' 3.9 3.10) )
uring? ( sys-libs/liburing:= )
xfs? ( sys-fs/xfsprogs:= )
zbd? ( sys-block/libzbd:= )
diff --git a/sys-cluster/ceph/ceph-16.2.12.ebuild b/sys-cluster/ceph/ceph-16.2.12.ebuild
index bacb5d189e52..8051bb4868b4 100644
--- a/sys-cluster/ceph/ceph-16.2.12.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.12.ebuild
@@ -93,7 +93,7 @@ DEPEND="
spdk? ( dev-util/cunit )
sqlite? ( dev-db/sqlite:= )
system-boost? ( dev-libs/boost:=[context,python,${PYTHON_USEDEP},zlib] )
- !system-boost? ( $(python_gen_impl_dep '' 3.8 3.9) )
+ !system-boost? ( $(python_gen_impl_dep '' 3.9 3.10) )
uring? ( sys-libs/liburing:= )
xfs? ( sys-fs/xfsprogs:= )
zbd? ( sys-block/libzbd:= )