commit: 34d29e5acb9dddaf8fe5120de9833b94968ef969 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Wed Dec 17 19:44:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 04:18:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d29e5a
media-libs/opencv: depend on multilib quirc Bug: https://bugs.gentoo.org/941260 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/opencv/opencv-4.11.0-r1.ebuild | 2 +- media-libs/opencv/opencv-4.12.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/opencv/opencv-4.11.0-r1.ebuild b/media-libs/opencv/opencv-4.11.0-r1.ebuild index 754d3cdc985c..c64a439937bb 100644 --- a/media-libs/opencv/opencv-4.11.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.11.0-r1.ebuild @@ -281,7 +281,7 @@ COMMON_DEPEND=" dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,widgets,concurrent,opengl?] ) - quirc? ( media-libs/quirc ) + quirc? ( media-libs/quirc:=[${MULTILIB_USEDEP}] ) tbb? ( dev-cpp/tbb:=[${MULTILIB_USEDEP}] ) tesseract? ( app-text/tesseract[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/opencv/opencv-4.12.0-r1.ebuild b/media-libs/opencv/opencv-4.12.0-r1.ebuild index ab8ade35aade..0c9df92ee63d 100644 --- a/media-libs/opencv/opencv-4.12.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.12.0-r1.ebuild @@ -281,7 +281,7 @@ COMMON_DEPEND=" dev-qt/qt5compat:6 dev-qt/qtbase:6[gui,widgets,concurrent,opengl?] ) - quirc? ( media-libs/quirc ) + quirc? ( media-libs/quirc:=[${MULTILIB_USEDEP}] ) tbb? ( >=dev-cpp/tbb-2022.1.0:=[${MULTILIB_USEDEP}] ) tesseract? ( app-text/tesseract[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] )
