media-libs/avidemux-core: update ffmpeg usedeps

...for what it's worth anyway, this depended on an unexisting
>=ffmpeg-9 (USE is masked).

Rather than do the || ( lame mp3 ) dance just depend on lame
directly and drop the bogus >=9. Odds are that when this is
unmasked (if ever), ffmpeg[lame] will have taken over.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-10 02:02:28 -04:00
parent b9a6a6fb70
commit 2e9d956dc3

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ DEPEND="
sys-libs/zlib
nvenc? ( amd64? ( media-libs/nv-codec-headers ) )
sdl? ( media-libs/libsdl )
system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] )
system-ffmpeg? ( media-video/ffmpeg:=[lame(-),theora] )
vaapi? ( media-libs/libva:= )
vdpau? ( x11-libs/libvdpau )
xv? ( x11-libs/libXv )