media-libs/opencv: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 17:41:56 +01:00
parent 9aaa0954e0
commit 69de0da4f7

View File

@@ -53,10 +53,12 @@ RDEPEND="
png? ( media-libs/libpng:0= )
python? (
${PYTHON_DEPS}
|| (
dev-python/numpy-python2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
)
$(python_gen_cond_dep '
|| (
dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
dev-python/numpy[${PYTHON_MULTI_USEDEP}]
)
')
)
qt5? (
dev-qt/qtconcurrent:5