Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Sat, 17 Jul 2021 18:18:33
Message-Id: 1626545839.32b0f8c5109e38117ac872736072c822bdddbbb8.soap@gentoo
1 commit: 32b0f8c5109e38117ac872736072c822bdddbbb8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 18:17:19 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 18:17:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b0f8c5
7
8 sys-cluster/rdma-core: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild | 4 ++--
13 sys-cluster/rdma-core/rdma-core-31.0.ebuild | 4 ++--
14 sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild | 4 ++--
15 sys-cluster/rdma-core/rdma-core-32.0.ebuild | 4 ++--
16 sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild | 4 ++--
17 sys-cluster/rdma-core/rdma-core-33.0.ebuild | 4 ++--
18 sys-cluster/rdma-core/rdma-core-34.0.ebuild | 4 ++--
19 sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 ++--
20 8 files changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
23 index ce83f105d8b..8e0eb47b56e 100644
24 --- a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
25 +++ b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild
26 @@ -3,7 +3,7 @@
27
28 EAPI=7
29
30 -PYTHON_COMPAT=( python3_{7,8} )
31 +PYTHON_COMPAT=( python3_8 )
32
33 inherit cmake python-single-r1 udev systemd
34
35 @@ -33,7 +33,7 @@ COMMON_DEPEND="
36 DEPEND="${COMMON_DEPEND}
37 python? (
38 $(python_gen_cond_dep '
39 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
40 + dev-python/cython[${PYTHON_USEDEP}]
41 ')
42 )"
43
44
45 diff --git a/sys-cluster/rdma-core/rdma-core-31.0.ebuild b/sys-cluster/rdma-core/rdma-core-31.0.ebuild
46 index de6187a84fe..de6cba3f608 100644
47 --- a/sys-cluster/rdma-core/rdma-core-31.0.ebuild
48 +++ b/sys-cluster/rdma-core/rdma-core-31.0.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python3_{7,8} )
54 +PYTHON_COMPAT=( python3_8 )
55
56 inherit cmake python-single-r1 udev systemd
57
58 @@ -33,7 +33,7 @@ COMMON_DEPEND="
59 DEPEND="${COMMON_DEPEND}
60 python? (
61 $(python_gen_cond_dep '
62 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
63 + dev-python/cython[${PYTHON_USEDEP}]
64 ')
65 )"
66
67
68 diff --git a/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild
69 index ce3ac942f51..1be58becd2d 100644
70 --- a/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild
71 +++ b/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild
72 @@ -3,7 +3,7 @@
73
74 EAPI=7
75
76 -PYTHON_COMPAT=( python3_{7,8} )
77 +PYTHON_COMPAT=( python3_8 )
78
79 inherit cmake python-single-r1 udev systemd
80
81 @@ -33,7 +33,7 @@ COMMON_DEPEND="
82 DEPEND="${COMMON_DEPEND}
83 python? (
84 $(python_gen_cond_dep '
85 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
86 + dev-python/cython[${PYTHON_USEDEP}]
87 ')
88 )"
89
90
91 diff --git a/sys-cluster/rdma-core/rdma-core-32.0.ebuild b/sys-cluster/rdma-core/rdma-core-32.0.ebuild
92 index 0eb085a071b..978a54169e3 100644
93 --- a/sys-cluster/rdma-core/rdma-core-32.0.ebuild
94 +++ b/sys-cluster/rdma-core/rdma-core-32.0.ebuild
95 @@ -3,7 +3,7 @@
96
97 EAPI=7
98
99 -PYTHON_COMPAT=( python3_{7,8} )
100 +PYTHON_COMPAT=( python3_8 )
101
102 inherit cmake python-single-r1 udev systemd
103
104 @@ -33,7 +33,7 @@ COMMON_DEPEND="
105 DEPEND="${COMMON_DEPEND}
106 python? (
107 $(python_gen_cond_dep '
108 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
109 + dev-python/cython[${PYTHON_USEDEP}]
110 ')
111 )"
112
113
114 diff --git a/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild
115 index 2eed6260b0d..34e0711a934 100644
116 --- a/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild
117 +++ b/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild
118 @@ -3,7 +3,7 @@
119
120 EAPI=7
121
122 -PYTHON_COMPAT=( python3_{7,8} )
123 +PYTHON_COMPAT=( python3_8 )
124
125 inherit cmake python-single-r1 udev systemd
126
127 @@ -33,7 +33,7 @@ COMMON_DEPEND="
128 DEPEND="${COMMON_DEPEND}
129 python? (
130 $(python_gen_cond_dep '
131 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
132 + dev-python/cython[${PYTHON_USEDEP}]
133 ')
134 )"
135
136
137 diff --git a/sys-cluster/rdma-core/rdma-core-33.0.ebuild b/sys-cluster/rdma-core/rdma-core-33.0.ebuild
138 index de6187a84fe..de6cba3f608 100644
139 --- a/sys-cluster/rdma-core/rdma-core-33.0.ebuild
140 +++ b/sys-cluster/rdma-core/rdma-core-33.0.ebuild
141 @@ -3,7 +3,7 @@
142
143 EAPI=7
144
145 -PYTHON_COMPAT=( python3_{7,8} )
146 +PYTHON_COMPAT=( python3_8 )
147
148 inherit cmake python-single-r1 udev systemd
149
150 @@ -33,7 +33,7 @@ COMMON_DEPEND="
151 DEPEND="${COMMON_DEPEND}
152 python? (
153 $(python_gen_cond_dep '
154 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
155 + dev-python/cython[${PYTHON_USEDEP}]
156 ')
157 )"
158
159
160 diff --git a/sys-cluster/rdma-core/rdma-core-34.0.ebuild b/sys-cluster/rdma-core/rdma-core-34.0.ebuild
161 index 2eed6260b0d..34e0711a934 100644
162 --- a/sys-cluster/rdma-core/rdma-core-34.0.ebuild
163 +++ b/sys-cluster/rdma-core/rdma-core-34.0.ebuild
164 @@ -3,7 +3,7 @@
165
166 EAPI=7
167
168 -PYTHON_COMPAT=( python3_{7,8} )
169 +PYTHON_COMPAT=( python3_8 )
170
171 inherit cmake python-single-r1 udev systemd
172
173 @@ -33,7 +33,7 @@ COMMON_DEPEND="
174 DEPEND="${COMMON_DEPEND}
175 python? (
176 $(python_gen_cond_dep '
177 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
178 + dev-python/cython[${PYTHON_USEDEP}]
179 ')
180 )"
181
182
183 diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
184 index e5d5b606af7..8d9538a1c0b 100644
185 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
186 +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
187 @@ -3,7 +3,7 @@
188
189 EAPI=7
190
191 -PYTHON_COMPAT=( python3_{7,8} )
192 +PYTHON_COMPAT=( python3_8 )
193
194 inherit cmake python-single-r1 udev systemd
195
196 @@ -33,7 +33,7 @@ COMMON_DEPEND="
197 DEPEND="${COMMON_DEPEND}
198 python? (
199 $(python_gen_cond_dep '
200 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
201 + dev-python/cython[${PYTHON_USEDEP}]
202 ')
203 )"