diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:17:19 +0200 |
commit | 32b0f8c5109e38117ac872736072c822bdddbbb8 (patch) | |
tree | 70176a9741696b276d5b8a4114d87f3d4e6befff /sys-cluster/rdma-core/rdma-core-34.0.ebuild | |
parent | sys-cluster/hpx: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-32b0f8c5109e38117ac872736072c822bdddbbb8.tar.gz gentoo-32b0f8c5109e38117ac872736072c822bdddbbb8.tar.bz2 gentoo-32b0f8c5109e38117ac872736072c822bdddbbb8.zip |
sys-cluster/rdma-core: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-34.0.ebuild')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-34.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-34.0.ebuild b/sys-cluster/rdma-core/rdma-core-34.0.ebuild index 2eed6260b0d3..34e0711a9344 100644 --- a/sys-cluster/rdma-core/rdma-core-34.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-34.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -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}] ') )" |