commit: 7e0d7feda151f87508763b23a443450f64b53fbc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 17:11:37 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 17:11:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0d7fed
media-libs/mlt: Restrict IUSE=opencv to <media-libs/opencv-4.5.1 Closes: https://bugs.gentoo.org/761975 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/mlt/mlt-6.24.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.24.0-r1.ebuild b/media-libs/mlt/mlt-6.24.0-r1.ebuild index a1f3fab81c9..b4438749f70 100644 --- a/media-libs/mlt/mlt-6.24.0-r1.ebuild +++ b/media-libs/mlt/mlt-6.24.0-r1.ebuild @@ -51,7 +51,7 @@ DEPEND=" ) libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) lua? ( ${LUA_DEPS} ) - opencv? ( >=media-libs/opencv-3.2.0:= ) + opencv? ( >=media-libs/opencv-3.2.0:= <media-libs/opencv-4.5.1:= ) opengl? ( media-video/movit ) python? ( ${PYTHON_DEPS} ) qt5? (
