diff options
author | 2016-09-21 13:56:41 +0200 | |
---|---|---|
committer | 2016-09-21 13:57:01 +0200 | |
commit | e848283cca650833a71476ca4c50877acabe50de (patch) | |
tree | e1b9eb6181a7dc59c4361a5a703e79d79d509675 /dev-python/Kivy | |
parent | sci-misc/repsnapper: Added patch to fix compilation error with newer gcc (diff) | |
download | gentoo-e848283cca650833a71476ca4c50877acabe50de.tar.gz gentoo-e848283cca650833a71476ca4c50877acabe50de.tar.bz2 gentoo-e848283cca650833a71476ca4c50877acabe50de.zip |
dev-python/Kivy: use opencv in version 2*
Kivy is not working with latest opencv-3.*, only opencv-2* is supported
Reported in 593798
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/Kivy')
-rw-r--r-- | dev-python/Kivy/Kivy-1.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Kivy/Kivy-1.9.1.ebuild b/dev-python/Kivy/Kivy-1.9.1.ebuild index a87428f9f407..94dcbc9c4fe1 100644 --- a/dev-python/Kivy/Kivy-1.9.1.ebuild +++ b/dev-python/Kivy/Kivy-1.9.1.ebuild @@ -22,7 +22,7 @@ IUSE="cairo camera doc examples garden gstreamer +sdl spell test" RDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] ) - camera? ( media-libs/opencv[${PYTHON_USEDEP}] ) + camera? ( media-libs/opencv:0/2.4[$(python_gen_usedep 'python2_7')] ) garden? ( dev-python/kivy-garden[${PYTHON_USEDEP}] ) gstreamer? ( dev-python/gst-python:1.0[${PYTHON_USEDEP}] ) sdl? ( media-libs/libsdl2 |