mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/opencv: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user