commit:     0957b404db8f2ee3bdaa076d4f526888dd05c3f8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 08:04:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 10 10:25:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0957b404

media-gfx/fotema: Require media-libs/opencv[features2d]

>=media-libs/opencv-4.11 now requires USE=features2d for objdetect.
Since older versions have it anyway, require it unconditionally.
No revbump since it fails to build with new media-libs/opencv,
and there is no need to rebuild against the old version.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/fotema/fotema-1.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fotema/fotema-1.20.1.ebuild 
b/media-gfx/fotema/fotema-1.20.1.ebuild
index e2a5fa5cefb0..cbd38b0ccf30 100644
--- a/media-gfx/fotema/fotema-1.20.1.ebuild
+++ b/media-gfx/fotema/fotema-1.20.1.ebuild
@@ -51,7 +51,7 @@ DEPEND+="
        media-libs/graphene
        media-libs/lcms:2
        media-libs/libshumate:=
-       media-libs/opencv:=[contribdnn]
+       media-libs/opencv:=[contribdnn,features2d]
        media-video/ffmpeg:=
        sci-ml/onnx
        sys-libs/libseccomp

Reply via email to