Skip to content

Commit

Permalink
media-libs/opencv: Permit numpy-python2 in 2*
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 30, 2020
1 parent 9ab827a commit 1bd6dd2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions media-libs/opencv/opencv-2.4.13-r3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -51,7 +51,13 @@ RDEPEND="
openexr? ( media-libs/openexr )
opengl? ( virtual/opengl virtual/glu )
png? ( media-libs/libpng:0= )
python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
python? (
${PYTHON_DEPS}
|| (
dev-python/numpy-python2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
)
)
qt5? (
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
Expand Down

0 comments on commit 1bd6dd2

Please sign in to comment.