*/*: update ffmpeg USE flags

See 00eddc65d7.

ffmpeg's USE flags were updated significantly, and
in a more recent commit support for the old USE
flags was dropped entirely, breaking a handful of
packages.

This also adds `lame` to the flags required by
`media-sound/lms`.

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2025-03-28 09:11:49 -04:00
parent 8e05dfafd3
commit 05694e0851
7 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
BDEPEND="
test? (
media-video/ffmpeg[mp3,vorbis]
media-video/ffmpeg[lame,vorbis]
)
"