commit:     34afa8e8efeaca295954dbf844d9ab46f7b9e2e6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:14:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:19:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34afa8e8

sys-cluster/ceph: fix Python dep harder

Fixes: 52f4d1ee90e19550b1a7c5dff230b88ce93b6948
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/ceph/ceph-16.2.10-r5.ebuild | 4 ++--
 sys-cluster/ceph/ceph-16.2.12.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild 
b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild
index df5c40821102..d2bc739d6664 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.9 3.10) )
+       !system-boost? ( $(python_gen_impl_dep '' 3.10 3.11) )
        uring? ( sys-libs/liburing:= )
        xfs? ( sys-fs/xfsprogs:= )
        zbd? ( sys-block/libzbd:= )
@@ -236,7 +236,7 @@ pkg_pretend() {
 
 pkg_setup() {
        if ! use system-boost; then
-               python_setup 3.8 3.9
+               python_setup 3.10 3.11
        else
                python_setup
        fi

diff --git a/sys-cluster/ceph/ceph-16.2.12.ebuild 
b/sys-cluster/ceph/ceph-16.2.12.ebuild
index 8051bb4868b4..c5d5962caa2b 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.9 3.10) )
+       !system-boost? ( $(python_gen_impl_dep '' 3.10 3.11) )
        uring? ( sys-libs/liburing:= )
        xfs? ( sys-fs/xfsprogs:= )
        zbd? ( sys-block/libzbd:= )
@@ -234,7 +234,7 @@ pkg_pretend() {
 
 pkg_setup() {
        if ! use system-boost; then
-               python_setup 3.8 3.9
+               python_setup 3.10 3.11
        else
                python_setup
        fi

Reply via email to