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: Fri, 04 Feb 2022 18:40:38
Message-Id: 1644000011.555104e41b82f2c195cc35311829e1138f521dec.mgorny@gentoo
1 commit: 555104e41b82f2c195cc35311829e1138f521dec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:38:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:40:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555104e4
7
8 sys-cluster/rdma-core: Replace deprecated PYTHON_MULTI_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/rdma-core/rdma-core-38.0.ebuild | 2 +-
13 sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
17 index 413f2aac21ed..c3e88c3bc1b1 100644
18 --- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
19 +++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
20 @@ -33,7 +33,7 @@ COMMON_DEPEND="
21 DEPEND="${COMMON_DEPEND}
22 python? (
23 $(python_gen_cond_dep '
24 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
25 + dev-python/cython[${PYTHON_USEDEP}]
26 ')
27 )"
28
29
30 diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild
31 index f78ff20324b2..527b35a926d0 100644
32 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild
33 +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -33,7 +33,7 @@ COMMON_DEPEND="
41 DEPEND="${COMMON_DEPEND}
42 python? (
43 $(python_gen_cond_dep '
44 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
45 + dev-python/cython[${PYTHON_USEDEP}]
46 ')
47 )"