summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 19:38:33 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 19:40:11 +0100
commit555104e41b82f2c195cc35311829e1138f521dec (patch)
tree9f88349cecd4bc629615350c3a4f8b91828ba024
parentmedia-video/openshot: Replace deprecated PYTHON_MULTI_USEDEP (diff)
downloadgentoo-555104e41b82f2c195cc35311829e1138f521dec.tar.gz
gentoo-555104e41b82f2c195cc35311829e1138f521dec.tar.bz2
gentoo-555104e41b82f2c195cc35311829e1138f521dec.zip
sys-cluster/rdma-core: Replace deprecated PYTHON_MULTI_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-cluster/rdma-core/rdma-core-38.0.ebuild2
-rw-r--r--sys-cluster/rdma-core/rdma-core-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index 413f2aac21ed..c3e88c3bc1b1 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
python? (
$(python_gen_cond_dep '
- dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
')
)"
diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
index f78ff20324b2..527b35a926d0 100644
--- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,7 +33,7 @@ COMMON_DEPEND="
DEPEND="${COMMON_DEPEND}
python? (
$(python_gen_cond_dep '
- dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
')
)"