summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 20:10:07 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:35:36 +0100
commit588795db94366812e38da84d817d8a00bd7835ed (patch)
tree927405a16696e630dce3808c506a5e44a6a570f3 /sci-physics/espresso/espresso-9999.ebuild
parentsci-mathematics/relational: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-588795db94366812e38da84d817d8a00bd7835ed.tar.gz
gentoo-588795db94366812e38da84d817d8a00bd7835ed.tar.bz2
gentoo-588795db94366812e38da84d817d8a00bd7835ed.zip
sci-physics/espresso: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-physics/espresso/espresso-9999.ebuild')
-rw-r--r--sci-physics/espresso/espresso-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild
index b9d14d3937e5..fcc6fbc9926e 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -31,8 +31,10 @@ REQUIRED_USE="
RDEPEND="
${PYTHON_DEPS}
- >=dev-python/cython-0.26.1[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/cython-0.26.1[${PYTHON_MULTI_USEDEP}]
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ ')
cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
fftw? ( sci-libs/fftw:3.0 )
dev-libs/boost:=[mpi]