diff options
author | Amy Winston <amynka@gentoo.org> | 2015-12-16 10:04:26 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2015-12-16 10:04:26 +0100 |
commit | fb0c3bf29f49a48f01f7880023baacd88249d8bd (patch) | |
tree | f96a2b45b3f5e806226d87b8cd232e894ada7643 /media-libs | |
parent | dev-python/numpy: Fix linking to cblas and update docs (diff) | |
download | gentoo-fb0c3bf29f49a48f01f7880023baacd88249d8bd.tar.gz gentoo-fb0c3bf29f49a48f01f7880023baacd88249d8bd.tar.bz2 gentoo-fb0c3bf29f49a48f01f7880023baacd88249d8bd.zip |
media-libs/opencv: required_use qt changed to at-most-one-of
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opencv/opencv-3.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/opencv/opencv-3.0.0.ebuild b/media-libs/opencv/opencv-3.0.0.ebuild index aec55ebdfaee..c5587aee146e 100644 --- a/media-libs/opencv/opencv-3.0.0.ebuild +++ b/media-libs/opencv/opencv-3.0.0.ebuild @@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="contrib cuda doc +eigen examples ffmpeg gstreamer gtk ieee1394 ipp jpeg jpeg2k libav opencl openexr opengl openmp pch png +python qt4 qt5 testprograms threads tiff v4l vtk xine" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) - qt4? ( !qt5 ) - qt5? ( !qt4 ) + ?? ( qt4 qt5 ) " # The following logic is intrinsic in the build system, but we do not enforce |