Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Sun, 09 Feb 2020 16:42:35
Message-Id: 1581266227.1d1ea42437e5468eecc707d5503a9f5b612ee393.mgorny@gentoo
1 commit: 1d1ea42437e5468eecc707d5503a9f5b612ee393
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:22:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1ea424
7
8 sys-cluster/rdma-core: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../rdma-core/{rdma-core-26.0.ebuild => rdma-core-26.0-r1.ebuild} | 6 +++++-
13 sys-cluster/rdma-core/rdma-core-26.1.ebuild | 6 +++++-
14 .../rdma-core/{rdma-core-27.0.ebuild => rdma-core-27.0-r1.ebuild} | 6 +++++-
15 sys-cluster/rdma-core/rdma-core-9999.ebuild | 6 +++++-
16 4 files changed, 20 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-cluster/rdma-core/rdma-core-26.0.ebuild b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
19 similarity index 96%
20 rename from sys-cluster/rdma-core/rdma-core-26.0.ebuild
21 rename to sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
22 index 01d4ceade5f..39c6e4a73b1 100644
23 --- a/sys-cluster/rdma-core/rdma-core-26.0.ebuild
24 +++ b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild
25 @@ -31,7 +31,11 @@ COMMON_DEPEND="
26 python? ( ${PYTHON_DEPS} )"
27
28 DEPEND="${COMMON_DEPEND}
29 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
30 + python? (
31 + $(python_gen_cond_dep '
32 + dev-python/cython[${PYTHON_MULTI_USEDEP}]
33 + ')
34 + )"
35
36 RDEPEND="${COMMON_DEPEND}
37 !sys-fabric/infiniband-diags
38
39 diff --git a/sys-cluster/rdma-core/rdma-core-26.1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
40 index ef62e9d9e81..39537f768f1 100644
41 --- a/sys-cluster/rdma-core/rdma-core-26.1.ebuild
42 +++ b/sys-cluster/rdma-core/rdma-core-26.1.ebuild
43 @@ -31,7 +31,11 @@ COMMON_DEPEND="
44 python? ( ${PYTHON_DEPS} )"
45
46 DEPEND="${COMMON_DEPEND}
47 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
48 + python? (
49 + $(python_gen_cond_dep '
50 + dev-python/cython[${PYTHON_MULTI_USEDEP}]
51 + ')
52 + )"
53
54 RDEPEND="${COMMON_DEPEND}
55 !sys-fabric/infiniband-diags
56
57 diff --git a/sys-cluster/rdma-core/rdma-core-27.0.ebuild b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
58 similarity index 96%
59 rename from sys-cluster/rdma-core/rdma-core-27.0.ebuild
60 rename to sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
61 index be00b10a0c1..9313f938a56 100644
62 --- a/sys-cluster/rdma-core/rdma-core-27.0.ebuild
63 +++ b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild
64 @@ -31,7 +31,11 @@ COMMON_DEPEND="
65 python? ( ${PYTHON_DEPS} )"
66
67 DEPEND="${COMMON_DEPEND}
68 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
69 + python? (
70 + $(python_gen_cond_dep '
71 + dev-python/cython[${PYTHON_MULTI_USEDEP}]
72 + ')
73 + )"
74
75 RDEPEND="${COMMON_DEPEND}
76 !sys-fabric/infiniband-diags
77
78 diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
79 index a72f49a1997..a8c381b3869 100644
80 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
81 +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
82 @@ -31,7 +31,11 @@ COMMON_DEPEND="
83 python? ( ${PYTHON_DEPS} )"
84
85 DEPEND="${COMMON_DEPEND}
86 - python? ( dev-python/cython[${PYTHON_USEDEP}] )"
87 + python? (
88 + $(python_gen_cond_dep '
89 + dev-python/cython[${PYTHON_MULTI_USEDEP}]
90 + ')
91 + )"
92
93 RDEPEND="${COMMON_DEPEND}
94 !!sys-fabric/infiniband-diags