commit: 1d1ea42437e5468eecc707d5503a9f5b612ee393
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 20:22:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:37:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1ea424
sys-cluster/rdma-core: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../rdma-core/{rdma-core-26.0.ebuild => rdma-core-26.0-r1.ebuild} | 6 +++++-
sys-cluster/rdma-core/rdma-core-26.1.ebuild | 6 +++++-
.../rdma-core/{rdma-core-27.0.ebuild => rdma-core-27.0-r1.ebuild} | 6 +++++-
sys-cluster/rdma-core/rdma-core-9999.ebuild | 6 +++++-
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/rdma-core/rdma-core-26.0.ebuild
b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
similarity index 96%
rename from sys-cluster/rdma-core/rdma-core-26.0.ebuild
rename to sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
index 01d4ceade5f..39c6e4a73b1 100644
--- a/sys-cluster/rdma-core/rdma-core-26.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
@@ -31,7 +31,11 @@ COMMON_DEPEND="
python? ( ${PYTHON_DEPS} )"
DEPEND="${COMMON_DEPEND}
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+ python? (
+ $(python_gen_cond_dep '
+ dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ ')
+ )"
RDEPEND="${COMMON_DEPEND}
!sys-fabric/infiniband-diags
diff --git a/sys-cluster/rdma-core/rdma-core-26.1.ebuild
b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
index ef62e9d9e81..39537f768f1 100644
--- a/sys-cluster/rdma-core/rdma-core-26.1.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
@@ -31,7 +31,11 @@ COMMON_DEPEND="
python? ( ${PYTHON_DEPS} )"
DEPEND="${COMMON_DEPEND}
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+ python? (
+ $(python_gen_cond_dep '
+ dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ ')
+ )"
RDEPEND="${COMMON_DEPEND}
!sys-fabric/infiniband-diags
diff --git a/sys-cluster/rdma-core/rdma-core-27.0.ebuild
b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
similarity index 96%
rename from sys-cluster/rdma-core/rdma-core-27.0.ebuild
rename to sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
index be00b10a0c1..9313f938a56 100644
--- a/sys-cluster/rdma-core/rdma-core-27.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
@@ -31,7 +31,11 @@ COMMON_DEPEND="
python? ( ${PYTHON_DEPS} )"
DEPEND="${COMMON_DEPEND}
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+ python? (
+ $(python_gen_cond_dep '
+ dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ ')
+ )"
RDEPEND="${COMMON_DEPEND}
!sys-fabric/infiniband-diags
diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild
b/sys-cluster/rdma-core/rdma-core-9999.ebuild
index a72f49a1997..a8c381b3869 100644
--- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
@@ -31,7 +31,11 @@ COMMON_DEPEND="
python? ( ${PYTHON_DEPS} )"
DEPEND="${COMMON_DEPEND}
- python? ( dev-python/cython[${PYTHON_USEDEP}] )"
+ python? (
+ $(python_gen_cond_dep '
+ dev-python/cython[${PYTHON_MULTI_USEDEP}]
+ ')
+ )"
RDEPEND="${COMMON_DEPEND}
!!sys-fabric/infiniband-diags