diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:38:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:40:11 +0100 |
commit | 555104e41b82f2c195cc35311829e1138f521dec (patch) | |
tree | 9f88349cecd4bc629615350c3a4f8b91828ba024 /sys-cluster/rdma-core/rdma-core-9999.ebuild | |
parent | media-video/openshot: Replace deprecated PYTHON_MULTI_USEDEP (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-9999.ebuild')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}] ') )" |