diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-15 21:08:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-15 21:09:27 +0100 |
commit | 2cb7a43b88c79710f07a5f0bc8558f94b7e2ffae (patch) | |
tree | 0ba20c0fe34804e524c20f987dae639433674c2d /sys-cluster | |
parent | app-admin/salt: Remove remaining outdated python_gen_cond_dep (diff) | |
download | gentoo-2cb7a43b88c79710f07a5f0bc8558f94b7e2ffae.tar.gz gentoo-2cb7a43b88c79710f07a5f0bc8558f94b7e2ffae.tar.bz2 gentoo-2cb7a43b88c79710f07a5f0bc8558f94b7e2ffae.zip |
sys-cluster/ceph: Remove obsolete python3_8 flag refs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.17-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.10-r3.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.9-r3.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.3-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.5-r1.ebuild | 2 |
6 files changed, 3 insertions, 21 deletions
diff --git a/sys-cluster/ceph/ceph-15.2.17-r1.ebuild b/sys-cluster/ceph/ceph-15.2.17-r1.ebuild index 423274a240be..4a2410087c9c 100644 --- a/sys-cluster/ceph/ceph-15.2.17-r1.ebuild +++ b/sys-cluster/ceph/ceph-15.2.17-r1.ebuild @@ -158,12 +158,10 @@ RDEPEND="${DEPEND} dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ?? ( jemalloc tcmalloc ) - diskprediction? ( mgr !python_targets_python3_8 ) + diskprediction? ( mgr ) kafka? ( radosgw ) mgr? ( cephfs ) rabbitmq? ( radosgw ) diff --git a/sys-cluster/ceph/ceph-16.2.10-r3.ebuild b/sys-cluster/ceph/ceph-16.2.10-r3.ebuild index 2cd8c909eb1b..ba6d39c6971d 100644 --- a/sys-cluster/ceph/ceph-16.2.10-r3.ebuild +++ b/sys-cluster/ceph/ceph-16.2.10-r3.ebuild @@ -167,8 +167,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ${LUA_REQUIRED_USE} @@ -179,11 +177,8 @@ REQUIRED_USE=" mgr? ( cephfs ) rabbitmq? ( radosgw ) !system-boost? ( + python_targets_python3_9 python_targets_python3_10 - || ( - python_targets_python3_8 - python_targets_python3_9 - ) ) " diff --git a/sys-cluster/ceph/ceph-16.2.9-r3.ebuild b/sys-cluster/ceph/ceph-16.2.9-r3.ebuild index e238384639e1..ebff7345cd0c 100644 --- a/sys-cluster/ceph/ceph-16.2.9-r3.ebuild +++ b/sys-cluster/ceph/ceph-16.2.9-r3.ebuild @@ -167,8 +167,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ${LUA_REQUIRED_USE} @@ -179,11 +177,8 @@ REQUIRED_USE=" mgr? ( cephfs ) rabbitmq? ( radosgw ) !system-boost? ( + python_targets_python3_9 python_targets_python3_10 - || ( - python_targets_python3_8 - python_targets_python3_9 - ) ) " diff --git a/sys-cluster/ceph/ceph-17.2.3-r4.ebuild b/sys-cluster/ceph/ceph-17.2.3-r4.ebuild index b685d55ffe93..86a86efbf5ce 100644 --- a/sys-cluster/ceph/ceph-17.2.3-r4.ebuild +++ b/sys-cluster/ceph/ceph-17.2.3-r4.ebuild @@ -172,8 +172,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ${LUA_REQUIRED_USE} diff --git a/sys-cluster/ceph/ceph-17.2.4-r1.ebuild b/sys-cluster/ceph/ceph-17.2.4-r1.ebuild index 27978404165d..ce98cc188fe4 100644 --- a/sys-cluster/ceph/ceph-17.2.4-r1.ebuild +++ b/sys-cluster/ceph/ceph-17.2.4-r1.ebuild @@ -174,8 +174,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ${LUA_REQUIRED_USE} diff --git a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild index 863cf8997310..c0441b3e9817 100644 --- a/sys-cluster/ceph/ceph-17.2.5-r1.ebuild +++ b/sys-cluster/ceph/ceph-17.2.5-r1.ebuild @@ -174,8 +174,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] ) " -# diskprediction needs older scipy not compatible with py38 -# bug #724438 REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ${LUA_REQUIRED_USE} |