From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72B0515ACFC for ; Mon, 1 May 2023 13:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC1CE0899; Mon, 1 May 2023 13:43:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A382E0899 for ; Mon, 1 May 2023 13:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C191C341482 for ; Mon, 1 May 2023 13:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C51EA5E for ; Mon, 1 May 2023 13:43:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682948612.477c531382353b9d2f1acd90113aeb2df1f63086.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-16.2.10-r5.ebuild sys-cluster/ceph/ceph-16.2.12.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 477c531382353b9d2f1acd90113aeb2df1f63086 X-VCS-Branch: master Date: Mon, 1 May 2023 13:43:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52675588-081d-46de-ae17-0d0c7fce7837 X-Archives-Hash: b2bbd6c4f59319c279bd5cd601e1a4e8 commit: 477c531382353b9d2f1acd90113aeb2df1f63086 Author: Sam James gentoo org> AuthorDate: Mon May 1 13:37:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 13:43:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477c5313 sys-cluster/ceph: fix Python dep harder harder Closes: https://github.com/gentoo/gentoo/pull/30821 Fixes: 34afa8e8efeaca295954dbf844d9ab46f7b9e2e6 Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/ceph-16.2.10-r5.ebuild | 5 ++--- sys-cluster/ceph/ceph-16.2.12.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-cluster/ceph/ceph-16.2.10-r5.ebuild b/sys-cluster/ceph/ceph-16.2.10-r5.ebuild index d2bc739d6664..21986001fb73 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.10 3.11) ) + !system-boost? ( $(python_gen_impl_dep '' 3.10) ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) @@ -176,7 +176,6 @@ REQUIRED_USE=" mgr? ( cephfs ) rabbitmq? ( radosgw ) !system-boost? ( - python_targets_python3_9 python_targets_python3_10 ) " @@ -236,7 +235,7 @@ pkg_pretend() { pkg_setup() { if ! use system-boost; then - python_setup 3.10 3.11 + python_setup 3.10 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 c5d5962caa2b..ba1827895dec 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.10 3.11) ) + !system-boost? ( $(python_gen_impl_dep '' 3.10) ) uring? ( sys-libs/liburing:= ) xfs? ( sys-fs/xfsprogs:= ) zbd? ( sys-block/libzbd:= ) @@ -176,7 +176,6 @@ REQUIRED_USE=" mgr? ( cephfs ) rabbitmq? ( radosgw ) !system-boost? ( - python_targets_python3_9 python_targets_python3_10 ) " @@ -234,7 +233,7 @@ pkg_pretend() { pkg_setup() { if ! use system-boost; then - python_setup 3.10 3.11 + python_setup 3.10 else python_setup fi